wok-next diff snort-dev/receipt @ rev 7313
Fixed usbutils-dev. Pkgconfig folder is in _pkg/usr/share folder not _pkg/usr/share/misc folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 17 17:35:06 2010 +0000 (2010-11-17) |
parents | d8da6640881f |
children | 20a284d3a835 |
line diff
1.1 --- a/snort-dev/receipt Sun Dec 27 14:28:40 2009 +0100 1.2 +++ b/snort-dev/receipt Wed Nov 17 17:35:06 2010 +0000 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="snort-dev" 1.7 -VERSION="2.8.5.1" 1.8 +VERSION="2.9.0.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Network intrusion prevention and detection system, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 WEB_SITE="http://www.snort.org/" 1.13 +DEPENDS="snort" 1.14 WANTED="snort" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 @@ -14,5 +15,5 @@ 1.18 mkdir -p $fs/usr 1.19 cp -a $_pkg/usr/src $fs/usr 1.20 cp -a $_pkg/usr/lib $fs/usr 1.21 - rm -rf $fs/usr/lib/*/*.so* $fs/usr/lib/pkgconfig 1.22 + rm -rf $fs/usr/lib/*/*.so* 1.23 }