# HG changeset patch # User Antoine Bodin # Date 1297634276 -3600 # Node ID 102de15fea8dec2f7ab8d1dca1d4391aa56b2837 # Parent e3a55b50358b8839ac44ef486d3896bc0e154c62 imported patch get/snort diff -r e3a55b50358b -r 102de15fea8d snort/receipt --- a/snort/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/snort/receipt Sun Feb 13 22:57:56 2011 +0100 @@ -7,21 +7,13 @@ MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.snort.org/" -WGET="http://www.snort.org/downloads/637" +WGET_URL="http://www.snort.org/downloads/637" DEPENDS="pcre libdnet libdaq" BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev" # Rules to configure and make the package. compile_rules() { - # this is needed even if tazwok support https - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then - tar xzf $SOURCES_REPOSITORY/$TARBALL - else - [ -L /usr/bin/wget ] && tazpkg get-install wget --forced - wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET" - tar xzf $SOURCES_REPOSITORY/$TARBALL - fi cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man \