zmap: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 18:04:20 +02:00
parent 1f0294fb72
commit fbe562a299
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'zmap'
pkgname=zmap
version=1.2.1
revision=1
revision=2
build_style=cmake
conf_files="/etc/zmap/blacklist.conf /etc/zmap/zmap.conf"
hostmakedepends="cmake flex byacc gengetopt pkg-config"
@ -14,5 +14,7 @@ distfiles="https://github.com/zmap/zmap/archive/v${version}.tar.gz"
checksum=ff01f2b139e98a7e64ed2872ae332929c500dd6120888d57900fac82dccfeea8
post_install() {
vmkdir usr/bin
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
vlicense LICENSE
}