wok diff scanssh/receipt @ rev 16328

mercurial: fix receipt (Thanks Alexandr) and ARM up slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:44:57 2014 +0200 (2014-04-10)
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 Apr 10 19:44:57 2014 +0200
     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  {