wok diff snort/receipt @ rev 9195

busybox: add conspy fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 09 22:01:54 2011 +0100 (2011-03-09)
parents 102de15fea8d
children b3c329b0dad0
line diff
     1.1 --- a/snort/receipt	Sun Feb 13 22:57:56 2011 +0100
     1.2 +++ b/snort/receipt	Wed Mar 09 22:01:54 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="snort"
     1.7 -VERSION="2.9.0.3"
     1.8 +VERSION="2.9.0.4"
     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 @@ -9,14 +9,14 @@
    1.13  WEB_SITE="http://www.snort.org/"
    1.14  WGET_URL="http://www.snort.org/downloads/637"
    1.15  DEPENDS="pcre libdnet libdaq"
    1.16 -BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev"
    1.17 +BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget"
    1.18  
    1.19  # Rules to configure and make the package.
    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 +		--mandir=/usr/share/man \
    1.26  	$CONFIGURE_ARGS &&
    1.27  	make &&
    1.28  	make DESTDIR=$PWD/_pkg install