# Template file for 'dnsmap' pkgname=dnsmap version=0.30 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 " license="GPL-2" homepage="https://dnsmap.googlecode.com" distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/dnsmap/${pkgname}-${version}.tar.gz" checksum=fcf03a7b269b51121920ac49f7d450241306cfff23c76f3da94b03792f6becbc post_extract() { sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile }