dnsmap: use LDFLAGS, clean up.

This commit is contained in:
Christian Neukirchen 2016-05-25 14:06:09 +02:00
parent 570ad35df2
commit d334e7e48f
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'dnsmap'
pkgname=dnsmap
version=0.30
revision=2
revision=3
build_style=gnu-makefile
make_install_args="BINDIR=/usr/bin"
short_desc="Passive DNS network mapper a.k.a. subdomain bruteforcer"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-2"
@ -10,6 +11,6 @@ homepage="https://dnsmap.googlecode.com"
distfiles="https://dnsmap.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=fcf03a7b269b51121920ac49f7d450241306cfff23c76f3da94b03792f6becbc
do_install() {
vbin dnsmap
post_extract() {
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
}