wok annotate keyutils-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 7d684b96da5f
children
rev   line source
pascal@20636 1 # SliTaz package receipt.
pascal@20636 2
pascal@20636 3 PACKAGE="keyutils-dev"
Hans-G?nter@24701 4 VERSION="1.6.3"
pascal@20636 5 CATEGORY="development"
Hans-G?nter@24701 6 SHORT_DESC="Control the key management system built into the Linux kernel, development files"
pascal@20636 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20636 8 LICENSE="GPL2 LGPL2.1"
pascal@24937 9 WEB_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/"
pascal@20636 10
pascal@20636 11 BUILD_DEPENDS="keyutils pkg-config"
Hans-G?nter@22984 12 WANTED="keyutils"
pascal@20636 13
pascal@20636 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20636 15 genpkg_rules()
pascal@20636 16 {
Hans-G?nter@24701 17 cook_copy_folders include
Hans-G?nter@24701 18 cook_copy_folders pkgconfig
Hans-G?nter@24701 19 cook_copy_files *.*a
pascal@20636 20 }