wok-next annotate libgpg-error/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents e19ff076dc63
children
rev   line source
al@19768 1 # SliTaz package receipt v2.
erjo@180 2
erjo@180 3 PACKAGE="libgpg-error"
al@21135 4 VERSION="1.34"
erjo@180 5 CATEGORY="security"
al@19768 6 SHORT_DESC="Commons error messages for GnuPG"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
al@19226 9 WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/"
al@20905 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libgpg-error.html"
al@19607 11
erjo@180 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/$TARBALL"
al@21135 14 TARBALL_SHA1="0a3e67e428a2e051a94cabd9fb140bf49fdc13d0"
al@19768 15 # https://www.gnupg.org/download/integrity_check.html
erjo@180 16
al@21094 17 COOKOPTS="force-arch" # different configs, .h, .pc
al@21094 18
al@21020 19 BUILD_DEPENDS="gettext-dev"
al@21085 20 SPLIT="$PACKAGE-dev $PACKAGE"
al@21085 21
al@21135 22 COPY_dev="@dev *.so common-lisp/"
al@21135 23 DEPENDS_dev="$PACKAGE"
pascal@14714 24
al@20406 25 compile_rules() {
al@20577 26 ./configure $CONFIGURE_ARGS &&
al@20577 27 fix libtool &&
al@20577 28 make &&
al@21085 29 make install || return 1
al@21085 30
al@21085 31 cook_pick_docs README
erjo@180 32 }