Converted uppercase variables to lowercase variables in base/fftw Insert CFLAGS into following build files since the CFLAGS set by bldpkg are not respected by the build systems of these packages: -> giflib -> git -> libelf-compat Discarded V=s and V=1 arguments from make command in base/{hdparm,hunspell,jam} Discarded CPU architecture check and related builddist variable from base/gmp Removed command to discard static library in base/libaio Temporarily commented out sed command in base/libxml2
28 lines
568 B
Text
Executable file
28 lines
568 B
Text
Executable file
app=jam
|
|
version=2.5
|
|
build=1sml
|
|
homepage="http://public.perforce.com/public/jam/src/Jam.html"
|
|
download=""
|
|
desc="Program construction tool like make"
|
|
requires="musl"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
mkdir $app-$version
|
|
cd $app-$version
|
|
|
|
unzip $srcdir/$app-$version.zip
|
|
fixbuilddirpermissions
|
|
|
|
make
|
|
./jam0 -sBINDIR=$pkg/bin install
|
|
|
|
cp Porting README $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
bbb3132c617a14dff9fcce70e6d88bed298a5c6bee580fa9d9a2d99b47507c252968e5fdf66138e6d69d1f60f724365fd80012164cffc1e3d0f2c1005bcec437 jam-2.5.zip
|
|
"
|