wok-current view libcap-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libcap-dev"
4 VERSION="2.63"
5 CATEGORY="development"
6 SHORT_DESC="Support for getting and setting POSIX.1e capabilities - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://sites.google.com/site/fullycapable/"
11 DEPENDS="libcap"
12 WANTED="libcap"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/lib/pkgconfig $fs/usr/share
23 }