Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
468 B

name=bam
version=0.5.0
update_url="https://github.com/matricks/$name/releases"
dlextract "https://github.com/matricks/$name/archive/v$version.tar.gz" \
'08db8dfc32fb817947c39000092a55d4'
header_end
cd "$name-$version"
# Fix parallel make
cat >> Makefile << EOF
src/internal_base.h: src/tools/txt2c
src/main.o: src/internal_base.h
EOF
make
install -Dm755 "$name" "$dir_install/$dir_prefix/$dir_bindir/$name"
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: