wok-current view libcap-ng-dev/receipt @ rev 21691
updated podofo and podofo-dev (0.9.1 -> 0.9.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 03 17:39:09 2019 +0100 (2019-06-03) |
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 }