wok view libgcrypt-dev/receipt @ rev 20363

gpgme: use new gcc -> cook says: no compiler with C++11 support found -> C++ / QT bindings would be disabled
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 18:31:58 2018 +0000 (2018-06-09)
parents ac006a7bf27c
children 334ce255dab1
line source
1 # SliTaz package receipt.
3 PACKAGE="libgcrypt-dev"
4 VERSION="1.8.2"
5 CATEGORY="development"
6 SHORT_DESC="Cryptographic library based on GnuPG Headers"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://www.gnupg.org/related_software/libgcrypt/"
10 HOST_ARCH="i486 arm"
12 WANTED="libgcrypt"
13 DEPENDS="libgcrypt libgpg-error-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cp -a $install/* $fs
19 rm -r $fs/usr/bin/dumpsexp $fs/usr/bin/hmac256 $fs/usr/lib/*.so* \
20 $fs/usr/share/man
21 }