wok-current rev 8587
Up: snort 2.9.0.4
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 03:52:14 2011 +0100 (2011-02-14) |
parents | f1c5c0316d08 |
children | 3cf7720910d8 |
files | snort-dev/receipt snort/receipt |
line diff
1.1 --- a/snort-dev/receipt Mon Feb 14 03:36:07 2011 +0100 1.2 +++ b/snort-dev/receipt Mon Feb 14 03:52:14 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="snort-dev" 1.7 -VERSION="2.9.0.3" 1.8 +VERSION="2.9.0.4" 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 Mon Feb 14 03:36:07 2011 +0100 2.2 +++ b/snort/receipt Mon Feb 14 03:52:14 2011 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="snort" 2.7 -VERSION="2.9.0.3" 2.8 +VERSION="2.9.0.4" 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 @@ -9,14 +9,14 @@ 2.13 WEB_SITE="http://www.snort.org/" 2.14 WGET_URL="http://www.snort.org/downloads/637" 2.15 DEPENDS="pcre libdnet libdaq" 2.16 -BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev" 2.17 +BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget" 2.18 2.19 # Rules to configure and make the package. 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 + --mandir=/usr/share/man \ 2.26 $CONFIGURE_ARGS && 2.27 make && 2.28 make DESTDIR=$PWD/_pkg install