wok diff scanssh/receipt @ rev 15600

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 15:25:09 2013 +0000 (2013-12-05)
parents 209f2ed52094
children f44ef80ff9e2
line diff
     1.1 --- a/scanssh/receipt	Sun Nov 07 19:07:37 2010 +0000
     1.2 +++ b/scanssh/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Search for SSH server"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libpcap libdnet libevent"
     1.8 -BUILD_DEPENDS="libpcap-dev libdnet-dev libevent libevent-dev autoconf"
     1.9 +LICENSE="BSD"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.monkey.org/~provos/scanssh/"
    1.12  WGET_URL="http://www.monkey.org/~provos/$TARBALL"
    1.13  
    1.14 +DEPENDS="libpcap libdnet libevent"
    1.15 +BUILD_DEPENDS="libpcap-dev libdnet-dev libevent libevent-dev autoconf"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {