wok view libcap-ng-dev/receipt @ rev 21977

updated strace (4.12 -> 5.3)
author Hans-G?nter Theisgen
date Fri Oct 11 17:00:40 2019 +0100 (2019-10-11)
parents dcdb8c03a306
children b36efb4387b7
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-ng-dev"
4 VERSION="0.7.9"
5 CATEGORY="security"
6 SHORT_DESC="Libcap-ng development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://people.redhat.com/sgrubb/libcap-ng/"
11 WANTED="libcap-ng"
12 DEPENDS="libcap pkg-config"
13 PROVIDE="libcap-dev"
14 SUGGESTED="libcap-ng"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 mkdir -p $fs/usr/share
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/include $fs/usr
24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
25 cp -a $install/usr/share/aclocal $fs/usr/share
26 }