wok-next annotate scanssh/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents 7506b35e1c6f
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
erjo@3616 2
erjo@3616 3 PACKAGE="scanssh"
slaxemulator@6608 4 VERSION="2.1"
erjo@3616 5 CATEGORY="network"
erjo@3616 6 SHORT_DESC="Search for SSH server"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15587 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://www.monkey.org/~provos/scanssh/"
al@21020 10
erjo@3616 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20909 12 WGET_URL="https://www.monkey.org/~provos/$TARBALL"
erjo@3616 13
pascal@15587 14 BUILD_DEPENDS="libpcap-dev libdnet-dev libevent libevent-dev autoconf"
pascal@15587 15
al@21020 16 compile_rules() {
erjo@3616 17 ./configure \
erjo@3616 18 --prefix=/usr \
erjo@3616 19 $CONFIGURE_ARGS &&
al@21020 20 make || return 1
al@21020 21
al@21020 22 install -Dm755 scanssh $install/usr/bin/scanssh
al@21020 23 cook_pick_manpages $src/*.1
erjo@3616 24 }
erjo@3616 25
al@21020 26 genpkg_rules() {
al@21020 27 copy @std
al@21020 28 DEPENDS="libpcap libdnet libevent"
al@21020 29 TAGS="ssh"
erjo@3616 30 }