wok annotate audit-dev/receipt @ rev 24067
linld: add cpu detection
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 05 15:05:16 2021 +0000 (2021-07-05) |
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 } |