wok-6.x view gpgme-dev/receipt @ rev 22202

updated xorg-libX11 and xorg-libX11-dev (1.5.99.902 -> 1.6.9)
author Hans-G?nter Theisgen
date Mon Nov 11 11:31:48 2019 +0100 (2019-11-11)
parents 02cf82b3dd45
children b0c94f3ac5fd
line source
1 # SliTaz package receipt.
3 PACKAGE="gpgme-dev"
4 VERSION="1.11.1"
5 CATEGORY="security"
6 SHORT_DESC="C language library that allows to add support for cryptography to a program."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnupg.org/related_software/gpgme/"
11 WANTED="gpgme"
12 DEPENDS="gpgme libassuan-dev libgpg-error-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cp -a $install/* $fs
18 rm -r $fs/usr/bin/gpgme-tool $fs/usr/lib/*.so*
19 }