wok rev 6608

Up: scanssh to 2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 09 17:58:08 2010 +0000 (2010-10-09)
parents 231408e11c7e
children 553b627085fc
files scanssh/receipt
line diff
     1.1 --- a/scanssh/receipt	Sat Oct 09 17:57:34 2010 +0000
     1.2 +++ b/scanssh/receipt	Sat Oct 09 17:58:08 2010 +0000
     1.3 @@ -1,20 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scanssh"
     1.7 -VERSION="1.6b"
     1.8 +VERSION="2.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Search for SSH server"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="libpcap"
    1.13 -BUILD_DEPENDS="libpcap-dev"
    1.14 +DEPENDS="libpcap libdnet libevent"
    1.15 +BUILD_DEPENDS="libpcap libdnet-dev libevent libevent-dev autoconf"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.openbsd.org/"
    1.18 -WGET_URL="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/$TARBALL"
    1.19 +WEB_SITE="http://www.monkey.org/~provos/scanssh/"
    1.20 +WGET_URL="http://www.monkey.org/~provos/$TARBALL"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	src=$PACKAGE
    1.26  	cd $src
    1.27  	./configure \
    1.28  		--prefix=/usr \
    1.29 @@ -25,12 +24,7 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	src=$PACKAGE
    1.34  	mkdir -p $fs/usr/bin
    1.35  	cp -a $src/scanssh $fs/usr/bin
    1.36  }
    1.37  
    1.38 -clean_wok(){
    1.39 -	[ -d $PACKAGE ] && rm -rf $PACKAGE
    1.40 -}
    1.41 -