wok diff gpgme-dev/receipt @ rev 19226

Update GnuPG stuff and libsecret.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 23 01:40:19 2016 +0300 (2016-06-23)
parents 380ffe05937a
children 02cf82b3dd45
line diff
     1.1 --- a/gpgme-dev/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gpgme-dev/receipt	Thu Jun 23 01:40:19 2016 +0300
     1.3 @@ -6,18 +6,14 @@
     1.4  SHORT_DESC="C language library that allows to add support for cryptography to a program."
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://www.gnupg.org/gpgme.html"
     1.8 +WEB_SITE="https://www.gnupg.org/related_software/gpgme/"
     1.9 +
    1.10  WANTED="gpgme"
    1.11 -
    1.12  DEPENDS="gpgme libassuan-dev libgpg-error-dev"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.18 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 -	cp -a $install/usr/include $fs/usr
    1.20 -	cp -a $install/usr/bin $fs/usr
    1.21 -	cp -a $install/usr/share/aclocal $fs/usr/share
    1.22 +	cp -a $install/* $fs
    1.23 +	rm -r $fs/usr/bin/gpgme-tool $fs/usr/lib/*.so*
    1.24  }
    1.25 -