detox: add LDFLAGS and license.

This commit is contained in:
Christian Neukirchen 2016-05-25 13:42:14 +02:00
parent 10cb4bf4e1
commit 57f689d65c

View file

@ -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
}