wok diff keyutils-dev/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 60a61a9abccd
children 7d684b96da5f
line diff
     1.1 --- a/keyutils-dev/receipt	Wed Jan 09 13:01:27 2019 +0100
     1.2 +++ b/keyutils-dev/receipt	Mon Apr 27 09:29:39 2020 +0000
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="keyutils-dev"
     1.7 -VERSION="1.6"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Control the key management system built into the Linux kernel, development files"
    1.11 +SHORT_DESC="Control the key management system built into the Linux kernel, development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2 LGPL2.1"
    1.14 -WEB_SITE="http://people.redhat.com/~dhowells/keyutils/"
    1.15 -WANTED="keyutils"
    1.16 +WEB_SITE="https://people.redhat.com/~dhowells/keyutils/"
    1.17  
    1.18  BUILD_DEPENDS="keyutils pkg-config"
    1.19 +WANTED="keyutils"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr $fs/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/lib/*.a $fs/lib
    1.27 -	cp -a $install/lib/pkgconfig $fs/lib
    1.28 +	mkdir -p $fs/usr
    1.29 +	mkdir -p $fs/lib
    1.30 +
    1.31 +	cp -a $install/usr/include	$fs/usr
    1.32 +	cp -a $install/lib/*.a		$fs/lib
    1.33 +	cp -a $install/lib/pkgconfig	$fs/lib
    1.34  }