detox: add LDFLAGS and license.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
# Template file for 'detox'
|
# Template file for 'detox'
|
||||||
|
|
||||||
pkgname="detox"
|
pkgname="detox"
|
||||||
version="1.2.0"
|
version="1.2.0"
|
||||||
revision=1
|
revision=1
|
||||||
@@ -13,3 +12,10 @@ license="BSD"
|
|||||||
homepage="http://detox.sourceforge.net/"
|
homepage="http://detox.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum="abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8"
|
checksum="abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/@LIBS@/& @LDFLAGS@/' Makefile.in
|
||||||
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user