wok-next annotate libgcrypt/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents e19ff076dc63
children
rev   line source
al@19768 1 # SliTaz package receipt v2.
erjo@180 2
erjo@180 3 PACKAGE="libgcrypt"
al@21135 4 VERSION="1.8.4"
erjo@180 5 CATEGORY="security"
erjo@180 6 SHORT_DESC="Cryptographic library based on GnuPG"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15473 8 LICENSE="GPL2 LGPL2.1"
al@19607 9 WEB_SITE="https://www.gnupg.org/related_software/libgcrypt/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libgcrypt.html"
al@19607 11
erjo@180 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libgcrypt/$TARBALL"
al@21135 14 TARBALL_SHA1="4a8ef9db6922f3a31992aca5640b4198a69b58fc"
al@19768 15 # https://www.gnupg.org/download/integrity_check.html
pankso@10363 16
al@21094 17 COOKOPTS="force-arch" # different configs
al@21094 18
pankso@10363 19 BUILD_DEPENDS="libgpg-error-dev"
al@21020 20 SPLIT="$PACKAGE-dev"
erjo@180 21
al@21135 22 DEPENDS_std="libgpg-error"
al@21135 23 DEPENDS_dev="$PACKAGE libgpg-error-dev"
al@21135 24
al@20406 25 compile_rules() {
al@20575 26 ./configure $CONFIGURE_ARGS &&
al@20575 27 fix libtool &&
al@20575 28 make &&
al@20575 29 make install
erjo@180 30 }