wok diff libgcrypt-dev/receipt @ rev 24036

created recipe for autoconf-archive 2021.02.19)
author Hans-G?nter Theisgen
date Sun Apr 11 16:42:15 2021 +0100 (2021-04-11)
parents 9b24395c2ef0
children 7f622f432a63
line diff
     1.1 --- a/libgcrypt-dev/receipt	Wed Dec 12 15:52:57 2018 +0100
     1.2 +++ b/libgcrypt-dev/receipt	Sun Apr 11 16:42:15 2021 +0100
     1.3 @@ -1,21 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgcrypt-dev"
     1.7 -VERSION="1.8.4"
     1.8 +VERSION="1.8.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Cryptographic library based on GnuPG Headers"
    1.11 +SHORT_DESC="Cryptographic library based on GnuPG - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL2 LGPL2.1"
    1.14  WEB_SITE="https://www.gnupg.org/related_software/libgcrypt/"
    1.15 +
    1.16 +DEPENDS="libgcrypt libgpg-error-dev"
    1.17 +WANTED="libgcrypt"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21 -WANTED="libgcrypt"
    1.22 -DEPENDS="libgcrypt libgpg-error-dev"
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	cp -a $install/* $fs
    1.28 -	rm -r $fs/usr/bin/dumpsexp $fs/usr/bin/hmac256 $fs/usr/lib/*.so* \
    1.29 -		$fs/usr/share/man
    1.30 +	cp -a $install/*	$fs
    1.31 +	rm -r 			$fs/usr/bin/dumpsexp
    1.32 +	rm -r			$fs/usr/bin/hmac256
    1.33 +	rm -r			$fs/usr/lib/*.so*
    1.34 +	rm -r			$fs/usr/share/man
    1.35  }