wok view keyutils-dev/receipt @ rev 24925

updated mpc (0.33 -> 0.34)
author Hans-G?nter Theisgen
date Wed Apr 13 13:55:09 2022 +0100 (2022-04-13)
parents 50051b5bf172
children a4f828dcc860
line source
1 # SliTaz package receipt.
3 PACKAGE="keyutils-dev"
4 VERSION="1.6.3"
5 CATEGORY="development"
6 SHORT_DESC="Control the key management system built into the Linux kernel, development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://people.redhat.com/~dhowells/keyutils/"
11 BUILD_DEPENDS="keyutils pkg-config"
12 WANTED="keyutils"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 cook_copy_files *.*a
20 }