wok diff snort/receipt @ rev 14534

libfirefox: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 19:05:49 2013 +0200 (2013-05-22)
parents 935c845c0feb
children 7896f0694ef6
line diff
     1.1 --- a/snort/receipt	Sat Dec 17 11:45:19 2011 +0100
     1.2 +++ b/snort/receipt	Wed May 22 19:05:49 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="snort"
     1.7 -VERSION="2.9.1.2"
     1.8 +VERSION="2.9.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 @@ -14,7 +14,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20 @@ -25,8 +24,8 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/lib $fs/usr
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/lib $fs/usr
    1.28  	rm -f $fs/usr/lib/*/*a
    1.29  	rm -rf $fs/usr/lib/pkgconfig
    1.30  }