wok annotate snort-dev/receipt @ rev 22051
updated tree (1.6.0 -> 1.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 16:30:18 2019 +0100 (2019-10-22) |
parents | 47e1df965953 |
children | 81071143a369 |
rev | line source |
---|---|
pascal@4653 | 1 # SliTaz package receipt. |
pascal@4653 | 2 |
pascal@4653 | 3 PACKAGE="snort-dev" |
samuel_trassare@14145 | 4 VERSION="2.9.4" |
pascal@4653 | 5 CATEGORY="development" |
pascal@4653 | 6 SHORT_DESC="Network intrusion prevention and detection system, development files." |
pascal@4653 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@20669 | 9 WEB_SITE="https://www.snort.org/" |
pascal@15002 | 10 WANTED="snort" |
pascal@15002 | 11 |
pascal@15599 | 12 DEPENDS="snort pkg-config" |
pascal@4653 | 13 |
pascal@4653 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4653 | 15 genpkg_rules() |
pascal@4653 | 16 { |
pascal@4653 | 17 mkdir -p $fs/usr |
samuel_trassare@14145 | 18 cp -a $install/usr/src $fs/usr |
samuel_trassare@14145 | 19 cp -a $install/usr/lib $fs/usr |
slaxemulator@7078 | 20 rm -rf $fs/usr/lib/*/*.so* |
pascal@4653 | 21 } |