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.
15 lines
397 B
15 lines
397 B
9 years ago
|
name=3DSFAT16tool
|
||
|
version=3.2
|
||
|
update_url="https://github.com/d0k3/$name/releases"
|
||
|
update_names="v$version.tar.gz"
|
||
|
|
||
8 years ago
|
dlextract "https://github.com/d0k3/$name/archive/v$version.tar.gz" \
|
||
|
'c4a2a0d4e8eed7b882ea090ccdb2e929'
|
||
9 years ago
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
cc -O3 "$name.c" -o "$name"
|
||
9 years ago
|
install -Dm755 "$name" "$dir_install/$dir_prefix/bin/$name"
|
||
9 years ago
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|