wok annotate keyutils-dev/receipt @ rev 22149

updated xapian and xapian-dev (1.2.19 -> 1.4.13)
author Hans-G?nter Theisgen
date Wed Nov 06 17:20:28 2019 +0100 (2019-11-06)
parents
children 50051b5bf172
rev   line source
pascal@20636 1 # SliTaz package receipt.
pascal@20636 2
pascal@20636 3 PACKAGE="keyutils-dev"
pascal@20636 4 VERSION="1.6"
pascal@20636 5 CATEGORY="development"
pascal@20636 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@20636 9 WEB_SITE="http://people.redhat.com/~dhowells/keyutils/"
pascal@20636 10 WANTED="keyutils"
pascal@20636 11
pascal@20636 12 BUILD_DEPENDS="keyutils pkg-config"
pascal@20636 13
pascal@20636 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20636 15 genpkg_rules()
pascal@20636 16 {
pascal@20636 17 mkdir -p $fs/usr $fs/lib
pascal@20636 18 cp -a $install/usr/include $fs/usr
pascal@20636 19 cp -a $install/lib/*.a $fs/lib
pascal@20636 20 cp -a $install/lib/pkgconfig $fs/lib
pascal@20636 21 }