From ca26f82f75d466a5a8d94d6a0d34627494436170 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sun, 15 Oct 2017 18:17:36 -0400 Subject: [PATCH] fsbext: template cleanup --- srcpkgs/fsbext/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/fsbext/template b/srcpkgs/fsbext/template index 53ae8220888..5459bbd54cb 100644 --- a/srcpkgs/fsbext/template +++ b/srcpkgs/fsbext/template @@ -3,6 +3,9 @@ pkgname=fsbext version=0.3.8 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 " license="GPL-1" @@ -10,14 +13,6 @@ 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 }