wok view libcap-ng-dev/receipt @ rev 25521
created recipes for unibilium and unibilium-dev 2.1.1
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 24 17:05:40 2023 +0100 (20 months ago) |
parents | 43187d86cff3 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-ng-dev"
4 VERSION="0.8.2"
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 PROVIDE="libcap-dev"
12 SUGGESTED="libcap-ng"
13 DEPENDS="libcap pkg-config"
14 WANTED="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 }