wok-next diff libgcrypt-dev/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents ac006a7bf27c
children
line diff
     1.1 --- a/libgcrypt-dev/receipt	Thu Jun 23 01:40:19 2016 +0300
     1.2 +++ b/libgcrypt-dev/receipt	Mon Jun 05 19:31:24 2017 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgcrypt-dev"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.7.6"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Cryptographic library based on GnuPG Headers"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -15,7 +15,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	cp -a $install/* $fs
    1.17 -	rm -r $fs/usr/bin/dumpsexp $fs/usr/bin/hmac256 $fs/usr/lib/*.so* \
    1.18 -		$fs/usr/share/man
    1.19 +	cook_copy_files libgcrypt-config mpicalc *.h *.la *.m4
    1.20  }