wok annotate audit-dev/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 483356497a25
children
rev   line source
pascal@12907 1 # SliTaz package receipt.
pascal@12907 2
pascal@12907 3 PACKAGE="audit-dev"
Hans-G?nter@22520 4 VERSION="2.8.5"
pascal@12907 5 CATEGORY="development"
Hans-G?nter@22520 6 SHORT_DESC="System call auditing development files."
pascal@12907 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
Hans-G?nter@22520 9 WEB_SITE="https://people.redhat.com/sgrubb/audit/"
pascal@12907 10
pascal@12907 11 DEPENDS=""
Hans-G?nter@22520 12 WANTED="audit"
pascal@12907 13
pascal@12907 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12907 15 genpkg_rules()
pascal@12907 16 {
pascal@12907 17 mkdir -p $fs/usr/lib
Hans-G?nter@22520 18
Hans-G?nter@22520 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@22520 20 cp -a $install/usr/lib/*.a $fs/usr/lib
pascal@12907 21 }