wok diff cryptsetup-dev/receipt @ rev 22674

updated ed (1.9 -> 1.15)
author Hans-G?nter Theisgen
date Fri Jan 17 15:02:55 2020 +0100 (2020-01-17)
parents 90fa9751f6a5
children bd6074cbab4c
line diff
     1.1 --- a/cryptsetup-dev/receipt	Wed Jan 10 17:53:07 2018 +0100
     1.2 +++ b/cryptsetup-dev/receipt	Fri Jan 17 15:02:55 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cryptsetup-dev"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.2.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="cryptsetup library development files."
    1.11 +SHORT_DESC="cryptsetup library - development files."
    1.12  MAINTAINER="b1+slitaz@nagel.org"
    1.13  LICENSE="GPL2"
    1.14 -WANTED="cryptsetup"
    1.15  WEB_SITE="https://gitlab.com/$PACKAGE/$PACKAGE"
    1.16  
    1.17  DEPENDS="cryptsetup pkg-config"
    1.18 +WANTED="cryptsetup"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 +
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.31  }