wok view snort-dev/receipt @ rev 14495

kbd-base/stuff/keymaps-path.list: add greek keymaps
author Richard Dunbar <mojo@slitaz.org>
date Thu May 09 20:32:53 2013 +0000 (2013-05-09)
parents aa616fa818b4
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="snort-dev"
4 VERSION="2.9.4"
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 $install/usr/src $fs/usr
17 cp -a $install/usr/lib $fs/usr
18 rm -rf $fs/usr/lib/*/*.so*
19 }