mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
zmap: move to usr/bin.
This commit is contained in:
parent
1f0294fb72
commit
fbe562a299
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zmap'
|
# Template file for 'zmap'
|
||||||
pkgname=zmap
|
pkgname=zmap
|
||||||
version=1.2.1
|
version=1.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
conf_files="/etc/zmap/blacklist.conf /etc/zmap/zmap.conf"
|
conf_files="/etc/zmap/blacklist.conf /etc/zmap/zmap.conf"
|
||||||
hostmakedepends="cmake flex byacc gengetopt pkg-config"
|
hostmakedepends="cmake flex byacc gengetopt pkg-config"
|
||||||
|
@ -14,5 +14,7 @@ distfiles="https://github.com/zmap/zmap/archive/v${version}.tar.gz"
|
||||||
checksum=ff01f2b139e98a7e64ed2872ae332929c500dd6120888d57900fac82dccfeea8
|
checksum=ff01f2b139e98a7e64ed2872ae332929c500dd6120888d57900fac82dccfeea8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vmkdir usr/bin
|
||||||
|
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue