wok annotate snort-dev/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
parents a78610b2eb47
children 970deba23db6
rev   line source
pascal@4653 1 # SliTaz package receipt.
pascal@4653 2
pascal@4653 3 PACKAGE="snort-dev"
Hans-G?nter@23656 4 VERSION="2.9.16"
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/"
Hans-G?nter@23656 10
Hans-G?nter@23656 11 DEPENDS="pkg-config snort"
pascal@15002 12 WANTED="snort"
pascal@15002 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
Hans-G?nter@23656 18
Hans-G?nter@23656 19 cp -a $install/usr/src $fs/usr
Hans-G?nter@23656 20 cp -a $install/usr/lib $fs/usr
Hans-G?nter@23656 21 rm -rf $fs/usr/lib/*/*.so*
pascal@4653 22 }