detox: add LDFLAGS and license.
This commit is contained in:
parent
10cb4bf4e1
commit
57f689d65c
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue