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

Up: pcmanfm & libfm (1.2.3)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 16 14:56:42 2014 +0000 (2014-10-16)
parents 6c3718ca17b6
children dcdb8c03a306
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-ng-dev"
4 VERSION="0.6.6"
5 CATEGORY="security"
6 SHORT_DESC="Libcap-ng dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/"
10 WANTED="libcap-ng"
12 DEPENDS="libcap pkg-config"
13 PROVIDE="libcap-dev"
14 SUGGESTED="libcap-ng-utils"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib $fs/usr/share
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/share/aclocal $fs/usr/share
25 }