wok-current rev 10977
Up: snort to 2.9.1.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 12 12:50:13 2011 +0000 (2011-10-12) |
parents | 5b985a3d5093 |
children | 1521467452aa |
files | snort-dev/receipt snort/receipt |
line diff
1.1 --- a/snort-dev/receipt Wed Oct 12 12:49:39 2011 +0000 1.2 +++ b/snort-dev/receipt Wed Oct 12 12:50:13 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="snort-dev" 1.7 -VERSION="2.9.0.5" 1.8 +VERSION="2.9.1.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Network intrusion prevention and detection system, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/snort/receipt Wed Oct 12 12:49:39 2011 +0000 2.2 +++ b/snort/receipt Wed Oct 12 12:50:13 2011 +0000 2.3 @@ -1,13 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="snort" 2.7 -VERSION="2.9.0.5" 2.8 +VERSION="2.9.1.1" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS)." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 WEB_SITE="http://www.snort.org/" 2.14 -WGET_URL="http://www.snort.org/downloads/867" 2.15 +WGET_URL="http://www.snort.org/downloads/1179" 2.16 DEPENDS="pcre libdnet libdaq" 2.17 BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget" 2.18 2.19 @@ -15,11 +15,10 @@ 2.20 compile_rules() 2.21 { 2.22 cd $src 2.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 2.24 - --mandir=/usr/share/man \ 2.25 - $CONFIGURE_ARGS && 2.26 + ./configure \ 2.27 + $CONFIGURE_ARGS && 2.28 make && 2.29 - make DESTDIR=$PWD/_pkg install 2.30 + make DESTDIR=$DESTDIR install 2.31 } 2.32 2.33 # Rules to gen a SliTaz package suitable for Tazpkg.