wok view keyutils-dev/receipt @ rev 24701

updated keyutils and keyutils-dev (1.6.1 -> 1.6.3)
author Hans-G?nter Theisgen
date Mon Mar 14 07:58:24 2022 +0100 (2022-03-14)
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 }