wok-next diff snort-mysql/receipt @ rev 14318
Up webkit-r (147865)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 07 16:12:59 2013 +0200 (2013-04-07) |
parents | 6c13f55057b5 |
children | 7896f0694ef6 |
line diff
1.1 --- a/snort-mysql/receipt Sat Dec 17 11:45:19 2011 +0100 1.2 +++ b/snort-mysql/receipt Sun Apr 07 16:12:59 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="snort-mysql" 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) with MySQL support." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,16 +14,16 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - ./configure --prefix=/usr \ 1.18 + ./configure \ 1.19 + --prefix=/usr \ 1.20 --with-mysql \ 1.21 --enable-dynamicplugin \ 1.22 --enable-perfprofiling \ 1.23 --enable-zlib \ 1.24 --enable-reload \ 1.25 - $CONFIGURE_ARGS && 1.26 + $CONFIGURE_ARGS && 1.27 make && 1.28 - make DESTDIR=$PWD/_pkg install 1.29 + make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 @@ -34,8 +34,8 @@ 1.34 $fs/usr/share/snort/schemas \ 1.35 $fs/var/log/snort 1.36 1.37 - cp -a $_pkg/usr/bin $fs/usr 1.38 - cp -a $_pkg/usr/lib/snort_dynamic* $fs/usr/lib 1.39 + cp -a $install/usr/bin $fs/usr 1.40 + cp -a $install/usr/lib/snort_dynamic* $fs/usr/lib 1.41 1.42 cp -a $src/etc/*.conf* $fs/etc/snort 1.43 cp -a $src/etc/*.map $fs/etc/snort