wok view keyutils-dev/receipt @ rev 23939

Add qemu-mipsel
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 12 12:54:45 2020 +0000 (2020-09-12)
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 }