wok view keyutils-dev/receipt @ rev 24891

lynx: use ncursesw (tanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 07:20:18 2022 +0000 (2022-04-07)
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 }