wok annotate keyutils-dev/receipt @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
parents 50051b5bf172
children a4f828dcc860
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"
Hans-G?nter@22984 9 WEB_SITE="https://people.redhat.com/~dhowells/keyutils/"
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 }