wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgpg-error"
4 VERSION="1.34"
5 CATEGORY="security"
6 SHORT_DESC="Commons error messages for GnuPG"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libgpg-error.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/$TARBALL"
14 TARBALL_SHA1="0a3e67e428a2e051a94cabd9fb140bf49fdc13d0"
15 # https://www.gnupg.org/download/integrity_check.html
17 COOKOPTS="force-arch" # different configs, .h, .pc
19 BUILD_DEPENDS="gettext-dev"
20 SPLIT="$PACKAGE-dev $PACKAGE"
22 COPY_dev="@dev *.so common-lisp/"
23 DEPENDS_dev="$PACKAGE"
25 compile_rules() {
26 ./configure $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install || return 1
31 cook_pick_docs README
32 }