wok diff cryptsetup/receipt @ rev 22618

updated cryptsetup and cryptsetup-dev (2.0.0 -> 2.2.2)
author Hans-G?nter Theisgen
date Sun Jan 12 10:56:30 2020 +0100 (2020-01-12)
parents 90fa9751f6a5
children bd6074cbab4c
line diff
     1.1 --- a/cryptsetup/receipt	Wed Jan 10 17:53:07 2018 +0100
     1.2 +++ b/cryptsetup/receipt	Sun Jan 12 10:56:30 2020 +0100
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cryptsetup"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.2.2"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="dm-crypt setup tool for encryption of block devices"
    1.11 +SHORT_DESC="dm-crypt setup tool for encryption of block devices."
    1.12  MAINTAINER="b1+slitaz@nagel.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://gitlab.com/$PACKAGE/$PACKAGE"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="https://gitlab.com/$PACKAGE/$PACKAGE"
    1.18  WGET_URL="https://www.kernel.org/pub/linux/utils/$PACKAGE/v${VERSION%.*}/$TARBALL"
    1.19  
    1.20 -DEPENDS="e2fsprogs popt libgcrypt libdevmapper libjson-c"
    1.21 -BUILD_DEPENDS="e2fsprogs-dev popt-dev libgcrypt libgcrypt-dev libdevmapper \
    1.22 -libdevmapper-dev util-linux-uuid util-linux-uuid-dev popt libjson-c-dev"
    1.23 +DEPENDS="e2fsprogs libdevmapper libgcrypt libjson-c openssl popt"
    1.24 +BUILD_DEPENDS="e2fsprogs-dev libdevmapper-dev libgcrypt-dev 
    1.25 +	libjson-c-dev openssl-dev popt-dev util-linux-blkid-dev 
    1.26 +	util-linux-uuid-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	./configure \
    1.32 -		--prefix=/usr \
    1.33 +	./configure		\
    1.34 +		--prefix=/usr	\
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make DESTDIR=$DESTDIR install
    1.38 @@ -28,6 +30,7 @@
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr/lib
    1.42 -	cp -a $install/usr/sbin $fs/usr
    1.43 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.44 +
    1.45 +	cp -a $install/usr/sbin		$fs/usr
    1.46 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.47  }