wok-next annotate nmap/receipt @ rev 20844

Add amiwm, tklauncher (thanks Pasquale Frega), tcl2c.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 22 20:40:27 2018 +0300 (2018-06-22)
parents 1eb4aacb48ed
children c9a7a7b42a86
rev   line source
al@20513 1 # SliTaz package receipt v2.
erjo@180 2
erjo@180 3 PACKAGE="nmap"
al@20516 4 VERSION="7.70"
erjo@180 5 CATEGORY="security"
al@20513 6 SHORT_DESC="The Network Mapper"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15003 8 LICENSE="GPL2"
al@20513 9 WEB_SITE="http://nmap.org/"
al@20516 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/nmap.html"
al@20513 11
erjo@180 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20516 13 WGET_URL="https://nmap.org/dist/$TARBALL"
erjo@180 14
pankso@16449 15 BUILD_DEPENDS="libpcap-dev python-dev openssl-dev pcre-dev"
al@20516 16 BUILD_DEPENDS="python openssl-dev libpcap-dev pcre-dev zlib-dev libssh2-dev \
al@20516 17 liblinear-dev"
pascal@15003 18
al@20513 19 compile_rules() {
samuel_trassare@14115 20 ./configure \
al@20516 21 --with-liblua=included \
samuel_trassare@14115 22 $CONFIGURE_ARGS &&
al@20513 23 make &&
al@20516 24 make DESTDIR=$DESTDIR install
erjo@180 25 }
erjo@180 26
al@20513 27 genpkg_rules() {
al@20513 28 copy @std
al@20749 29 DEPENDS="liblinear libpcap libpcre libssh2 openssl python zlib"
al@20513 30 TAGS="network"
erjo@180 31 }