wok view snort-dev/receipt @ rev 10339

raptor: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 01:34:28 2011 +0000 (2011-05-22)
parents f9a0c48e790d
children 040e7d162b1d
line source
1 # SliTaz package receipt.
3 PACKAGE="snort-dev"
4 VERSION="2.9.0.5"
5 CATEGORY="development"
6 SHORT_DESC="Network intrusion prevention and detection system, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.snort.org/"
9 DEPENDS="snort"
10 WANTED="snort"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/src $fs/usr
17 cp -a $_pkg/usr/lib $fs/usr
18 rm -rf $fs/usr/lib/*/*.so*
19 }