wok-next view libgpg-error/receipt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents 35a20e111081
children 2d54d154d5ca
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgpg-error"
4 VERSION="1.27"
5 CATEGORY="security"
6 SHORT_DESC="Commons error messages for GnuPG"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/$TARBALL"
14 # https://www.gnupg.org/download/integrity_check.html
15 TARBALL_SHA1="a428758999ff573e62d06892e3d2c0b0f335787c"
17 BUILD_DEPENDS="gettext"
18 SPLIT="libgpg-error-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure $CONFIGURE_ARGS && make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 case $PACKAGE in
30 libgpg-error)
31 copy gpg-error *.so*
32 ;;
33 *-dev)
34 copy @std @dev
35 remove_already_packed
36 ;;
37 esac
38 }