wok diff snort/receipt @ rev 11088

Up: dbus to 1.4.16.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 02:38:10 2011 +0000 (2011-10-17)
parents b3c329b0dad0
children aa616fa818b4
line diff
     1.1 --- a/snort/receipt	Thu Apr 07 05:33:21 2011 +0000
     1.2 +++ b/snort/receipt	Mon Oct 17 02:38:10 2011 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="snort"
     1.7 -VERSION="2.9.0.5"
     1.8 +VERSION="2.9.1.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS)."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://www.snort.org/"
    1.14 -WGET_URL="http://www.snort.org/downloads/867"
    1.15 +WGET_URL="http://www.snort.org/downloads/1179"
    1.16  DEPENDS="pcre libdnet libdaq"
    1.17  BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget"
    1.18  
    1.19 @@ -15,11 +15,10 @@
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.24 -		--mandir=/usr/share/man \
    1.25 -	$CONFIGURE_ARGS &&
    1.26 +	./configure \
    1.27 +		$CONFIGURE_ARGS &&
    1.28  	make &&
    1.29 -	make DESTDIR=$PWD/_pkg install
    1.30 +	make DESTDIR=$DESTDIR install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.