# HG changeset patch # User Christopher Rogers # Date 1318423813 0 # Node ID 040e7d162b1d438019f27c6412b24c0a18c345d0 # Parent 5b985a3d50935a7ae1661632dcfcb42377b97988 Up: snort to 2.9.1.1. diff -r 5b985a3d5093 -r 040e7d162b1d snort-dev/receipt --- a/snort-dev/receipt Wed Oct 12 12:49:39 2011 +0000 +++ b/snort-dev/receipt Wed Oct 12 12:50:13 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="snort-dev" -VERSION="2.9.0.5" +VERSION="2.9.1.1" CATEGORY="development" SHORT_DESC="Network intrusion prevention and detection system, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5b985a3d5093 -r 040e7d162b1d snort/receipt --- a/snort/receipt Wed Oct 12 12:49:39 2011 +0000 +++ b/snort/receipt Wed Oct 12 12:50:13 2011 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="snort" -VERSION="2.9.0.5" +VERSION="2.9.1.1" CATEGORY="network" SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS)." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.snort.org/" -WGET_URL="http://www.snort.org/downloads/867" +WGET_URL="http://www.snort.org/downloads/1179" DEPENDS="pcre libdnet libdaq" BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget" @@ -15,11 +15,10 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + ./configure \ + $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.