wok view snort-dev/receipt @ rev 13897

Add: qutim (0.3.1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Jan 19 12:39:53 2013 +0000 (2013-01-19)
parents 040e7d162b1d
children 3824a7102b48
line source
1 # SliTaz package receipt.
3 PACKAGE="snort-dev"
4 VERSION="2.9.1.2"
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 }