wok diff gpgme-dev/receipt @ rev 23379
updated perl-net-snmp (5.2.0 -> 6.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 14:34:23 2020 +0100 (2020-03-31) |
parents | 147135448bcf |
children | dbbce7b691de |
line diff
1.1 --- a/gpgme-dev/receipt Sat Jun 09 17:29:10 2018 +0000 1.2 +++ b/gpgme-dev/receipt Tue Mar 31 14:34:23 2020 +0100 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gpgme-dev" 1.7 -VERSION="1.11.1" 1.8 +VERSION="1.13.1" 1.9 CATEGORY="security" 1.10 -SHORT_DESC="C language library that allows to add support for cryptography to a program." 1.11 +SHORT_DESC="C language library that allows to add support for cryptography to a program - development files." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://www.gnupg.org/related_software/gpgme/" 1.15 1.16 +DEPENDS="gpgme libassuan-dev libgpg-error-dev" 1.17 WANTED="gpgme" 1.18 -DEPENDS="gpgme libassuan-dev libgpg-error-dev" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - cp -a $install/* $fs 1.24 - rm -r $fs/usr/bin/gpgme-tool $fs/usr/lib/*.so* 1.25 + cp -a $install/* $fs 1.26 + rm -r $fs/usr/bin/gpgme-tool \ 1.27 + $fs/usr/lib/*.so* 1.28 }