wok-next annotate gpgme/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents ac006a7bf27c
children d3444352a0af
rev   line source
al@19957 1 # SliTaz package receipt v2.
erjo@1420 2
erjo@1420 3 PACKAGE="gpgme"
al@19957 4 VERSION="1.9.0"
erjo@1420 5 CATEGORY="security"
al@19957 6 SHORT_DESC="Support for cryptography"
erjo@1420 7 MAINTAINER="erjo@slitaz.org"
al@19226 8 LICENSE="GPL2 LGPL2.1"
al@19226 9 WEB_SITE="https://www.gnupg.org/related_software/gpgme/"
al@19957 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/gpgme.html"
al@19957 11
erjo@1420 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL"
al@19957 14 # Integrity check: https://www.gnupg.org/download/integrity_check.html
al@19957 15 TARBALL_SHA1="870719cd3d2ef6a7fcb1d6af9ce5446edba7bfc3"
erjo@1420 16
al@19226 17 BUILD_DEPENDS="libgpg-error-dev libassuan-dev"
al@19957 18 SPLIT="gpgme-dev"
erjo@9943 19
al@19957 20 compile_rules() {
al@19226 21 ./configure $CONFIGURE_ARGS && make && make install
erjo@1420 22 }
erjo@1420 23
al@19957 24 genpkg_rules() {
al@19957 25 case $PACKAGE in
al@19957 26 gpgme)
al@19957 27 copy @std
al@19957 28 rm -r $fs/usr/share
al@19957 29 DEPENDS="libassuan libgpg-error"
al@19957 30 ;;
al@19957 31 *-dev)
al@19957 32 copy @dev common-lisp/
al@19957 33 DEPENDS="gpgme libassuan-dev libgpg-error-dev"
al@19957 34 ;;
al@19957 35 esac
erjo@1420 36 }