mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
e40ab62842
commit
67862fdf58
1 changed files with 23 additions and 0 deletions
23
srcpkgs/fsbext/template
Normal file
23
srcpkgs/fsbext/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'fsbext'
|
||||||
|
pkgname=fsbext
|
||||||
|
version=0.3.8
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
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=608a84fd425df1eb849ce9f6529895154cb05f31282ed3cb8c7dce19ef2539b8
|
||||||
|
|
||||||
|
do_extract() {
|
||||||
|
unzip -o -q $XBPS_SRCDISTDIR/$pkgname-$version/${pkgname}.zip -d $wrksrc
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
$CC -o fsbext $CFLAGS fsbext.c $LDFLAGS
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin fsbext
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue