void-packages/srcpkgs/nmap/nmapfe.template

21 lines
579 B
Text
Raw Normal View History

2012-07-04 06:52:17 +00:00
# Template file for 'nmapfe'.
#
depends="nmap>=$version desktop-file-utils pygtk"
pycompile_module="radialnet zenmapCore zenmapGUI"
noarch=yes
2012-07-04 06:52:17 +00:00
short_desc="${short_desc} - GTK Frontend"
long_desc="${long_desc}
This package contains nmapfe - a GTK Frontend written in pygtk."
do_install() {
vmove usr/bin/nmapfe usr/bin
vmove usr/bin/xnmap usr/bin
vmove usr/bin/zenmap usr/bin
vmove usr/lib usr
vmove usr/share/applications usr/share
vmove usr/share/zenmap usr/share
vmove usr/share/man/man1/zenmap.1 usr/share/man/man1
rm -f ${SRCPKGDESTDIR}/usr/bin/uninstall_zenmap
}