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.
20 lines
472 B
20 lines
472 B
8 years ago
|
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
|
||
8 years ago
|
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name"
|
||
8 years ago
|
|
||
8 years ago
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|