diff --git a/srcpkgs/detox/template b/srcpkgs/detox/template index 709b75856ac..1ab15b59316 100644 --- a/srcpkgs/detox/template +++ b/srcpkgs/detox/template @@ -1,5 +1,4 @@ # Template file for 'detox' - pkgname="detox" version="1.2.0" revision=1 @@ -13,3 +12,10 @@ license="BSD" homepage="http://detox.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" checksum="abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8" + +post_extract() { + sed -i 's/@LIBS@/& @LDFLAGS@/' Makefile.in +} +post_install() { + vlicense LICENSE +}