wok view libcap-dev/receipt @ rev 24922

updated mpfr and mpfr-dev (4.0.2 -> 4.1.0)
author Hans-G?nter Theisgen
date Mon Apr 11 07:23:35 2022 +0100 (2022-04-11)
parents fd77b7a17bd3
children 73f36875e5a7
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="http://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 cook_copy_folders include
20 cook_copy_files *.*a
21 }