# HG changeset patch # User Christopher Rogers # Date 1286647088 0 # Node ID d5304611554769e76d4941660aa7ba9da98ed782 # Parent 231408e11c7e3d5cce2ce2eff709eac4ed3315bc Up: scanssh to 2.1. diff -r 231408e11c7e -r d53046115547 scanssh/receipt --- a/scanssh/receipt Sat Oct 09 17:57:34 2010 +0000 +++ b/scanssh/receipt Sat Oct 09 17:58:08 2010 +0000 @@ -1,20 +1,19 @@ # SliTaz package receipt. PACKAGE="scanssh" -VERSION="1.6b" +VERSION="2.1" CATEGORY="network" SHORT_DESC="Search for SSH server" MAINTAINER="erjo@slitaz.org" -DEPENDS="libpcap" -BUILD_DEPENDS="libpcap-dev" +DEPENDS="libpcap libdnet libevent" +BUILD_DEPENDS="libpcap libdnet-dev libevent libevent-dev autoconf" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.openbsd.org/" -WGET_URL="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/$TARBALL" +WEB_SITE="http://www.monkey.org/~provos/scanssh/" +WGET_URL="http://www.monkey.org/~provos/$TARBALL" # Rules to configure and make the package. compile_rules() { - src=$PACKAGE cd $src ./configure \ --prefix=/usr \ @@ -25,12 +24,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - src=$PACKAGE mkdir -p $fs/usr/bin cp -a $src/scanssh $fs/usr/bin } -clean_wok(){ - [ -d $PACKAGE ] && rm -rf $PACKAGE -} -