18 lines
522 B
Bash
18 lines
522 B
Bash
# Template file for 'fsbext'
|
|
pkgname=fsbext
|
|
version=0.3.8a
|
|
revision=1
|
|
hostmakedepends="unzip"
|
|
build_style=gnu-makefile
|
|
make_build_target=fsbext
|
|
create_wrksrc=obviously
|
|
short_desc="Files extractor for the FSB archives used by the FMOD library"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-1"
|
|
homepage="http://aluigi.altervista.org/search.php?src=fsbext"
|
|
distfiles="http://aluigi.altervista.org/papers/fsbext.zip"
|
|
checksum=24e511041610a582906d26195ba493d75f475a62d13d0e1d08f5eb6c27dc2883
|
|
|
|
do_install() {
|
|
vbin fsbext
|
|
}
|