wok-next diff snort/receipt @ rev 14238
Just broke libgee because of old vala; up and recook.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 22 16:04:40 2013 +0000 (2013-03-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 Fri Mar 22 16:04:40 2013 +0000 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 }