wok diff gpgme-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents b0c94f3ac5fd
children
line diff
     1.1 --- a/gpgme-dev/receipt	Fri Feb 21 17:41:08 2020 +0100
     1.2 +++ b/gpgme-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gpgme-dev"
     1.7 -VERSION="1.13.1"
     1.8 +VERSION="1.17.1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="C language library that allows to add support for cryptography to a program - development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -15,6 +15,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	cp -a $install/*	$fs
    1.16 -	rm -r			$fs/usr/bin/gpgme-tool \
    1.17 -				$fs/usr/lib/*.so*
    1.18 +	rm -r			$fs/usr/bin/gpgme-tool
    1.19 +	rm -r			$fs/usr/lib/*.so*
    1.20  }