wok-next annotate 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
rev   line source
al@19768 1 # SliTaz package receipt v2.
erjo@180 2
erjo@180 3 PACKAGE="libgpg-error"
al@19768 4 VERSION="1.27"
erjo@180 5 CATEGORY="security"
al@19768 6 SHORT_DESC="Commons error messages for GnuPG"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
al@19226 9 WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/"
al@19607 10 HOST_ARCH="i486 arm"
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@19768 14 # https://www.gnupg.org/download/integrity_check.html
al@19768 15 TARBALL_SHA1="a428758999ff573e62d06892e3d2c0b0f335787c"
erjo@180 16
al@19607 17 BUILD_DEPENDS="gettext"
al@19768 18 SPLIT="libgpg-error-dev"
pascal@14714 19
erjo@180 20 # Rules to configure and make the package.
erjo@180 21 compile_rules()
erjo@180 22 {
al@19768 23 ./configure $CONFIGURE_ARGS && make && make install
erjo@180 24 }
erjo@180 25
erjo@180 26 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@180 27 genpkg_rules()
erjo@180 28 {
al@19768 29 case $PACKAGE in
al@19768 30 libgpg-error)
al@19768 31 copy gpg-error *.so*
al@19768 32 ;;
al@19768 33 *-dev)
al@19768 34 copy @std @dev
al@19768 35 remove_already_packed
al@19768 36 ;;
al@19768 37 esac
erjo@180 38 }