wok annotate snort-dev/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (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 }