wok diff keyutils-dev/receipt @ rev 21803

created recipe for nnn 2.6
author Hans-G?nter Theisgen
date Sat Aug 10 20:59:16 2019 +0100 (2019-08-10)
parents
children 50051b5bf172
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/keyutils-dev/receipt	Sat Aug 10 20:59:16 2019 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="keyutils-dev"
     1.7 +VERSION="1.6"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Control the key management system built into the Linux kernel, development files"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2 LGPL2.1"
    1.12 +WEB_SITE="http://people.redhat.com/~dhowells/keyutils/"
    1.13 +WANTED="keyutils"
    1.14 +
    1.15 +BUILD_DEPENDS="keyutils pkg-config"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr $fs/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/lib/*.a $fs/lib
    1.23 +	cp -a $install/lib/pkgconfig $fs/lib
    1.24 +}