wok view keyutils-dev/receipt @ rev 23010

updated libav (0.6.1 -> 0.6.6)
author Hans-G?nter Theisgen
date Tue Mar 03 08:54:13 2020 +0100 (2020-03-03)
parents 60a61a9abccd
children 7d684b96da5f
line source
1 # SliTaz package receipt.
3 PACKAGE="keyutils-dev"
4 VERSION="1.6.1"
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 mkdir -p $fs/usr
18 mkdir -p $fs/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/lib/*.a $fs/lib
22 cp -a $install/lib/pkgconfig $fs/lib
23 }