wok-next diff volume_key/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line diff
     1.1 --- a/volume_key/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/volume_key/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="volume_key"
     1.7 -VERSION="0.3.11"
     1.8 +VERSION="0.3.12"
     1.9  CATEGORY="libs"
    1.10  SHORT_DESC="Manipulating storage volume encryption keys"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -12,13 +12,21 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WGET_URL="https://releases.pagure.org/volume_key/$TARBALL"
    1.16 +TARBALL_SHA1="c983123b3b7f36819d26c7421a290657a02534b7"
    1.17  
    1.18  BUILD_DEPENDS="automake gettext-dev gpgme-dev libtool cryptsetup-dev nss-dev \
    1.19 -python3-dev util-linux-blkid-dev glib-dev"
    1.20 +python-dev python3-dev util-linux-blkid-dev glib-dev"
    1.21  SPLIT="$PACKAGE-python $PACKAGE $PACKAGE-dev"
    1.22  
    1.23 +COPY_python="python3.*/" # rm *.la
    1.24 +
    1.25 +DEPENDS_python="glib nss python3 volume_key"
    1.26 +DEPENDS_std="cryptsetup glib gpgme nspr nss util-linux-blkid    libassuan \
    1.27 +libdevmapper libgcrypt libgpg-error"
    1.28 +
    1.29 +CAT_python="libs|Python 3 bindings"
    1.30 +
    1.31  compile_rules() {
    1.32 -	sed -i '/config.h/d' lib/libvolume_key.h
    1.33  	autoreconf -fiv &&
    1.34  
    1.35  	./configure $CONFIGURE_ARGS &&
    1.36 @@ -27,21 +35,3 @@
    1.37  	make install
    1.38  }
    1.39  
    1.40 -genpkg_rules() {
    1.41 -	case $PACKAGE in
    1.42 -		*-python)
    1.43 -			copy python3.*/
    1.44 -			find $fs -name '*.la' -delete
    1.45 -			CAT="libs|python 3 bindings"
    1.46 -			DEPENDS="glib nss python3 volume_key"
    1.47 -			;;
    1.48 -		volume_key)
    1.49 -			copy @std @rm
    1.50 -			DEPENDS="cryptsetup glib gpgme nspr nss util-linux-blkid \
    1.51 -			   libassuan libdevmapper libgcrypt libgpg-error"
    1.52 -			;;
    1.53 -		*-dev)
    1.54 -			copy @dev
    1.55 -			;;
    1.56 -	esac
    1.57 -}