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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents e7a485521d6a
children 7c5d038be95b
rev   line source
al@19768 1 # SliTaz package receipt v2.
erjo@180 2
erjo@180 3 PACKAGE="libgpg-error"
al@20905 4 VERSION="1.32"
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@19768 14 # https://www.gnupg.org/download/integrity_check.html
al@20905 15 TARBALL_SHA1="e310718c7737c816cb1313a2f3baf60fd6a6d5d3"
erjo@180 16
al@21020 17 BUILD_DEPENDS="gettext-dev"
al@21020 18 SPLIT="$PACKAGE-dev"
pascal@14714 19
al@20406 20 compile_rules() {
al@20577 21 ./configure $CONFIGURE_ARGS &&
al@20577 22 fix libtool &&
al@20577 23 make &&
al@20577 24 make install
erjo@180 25 }
erjo@180 26
al@20406 27 genpkg_rules() {
al@19768 28 case $PACKAGE in
al@19768 29 libgpg-error)
al@20406 30 copy @std
al@20406 31 rm -r $fs/usr/share/common-lisp/
al@19768 32 ;;
al@19768 33 *-dev)
al@20406 34 copy @std @dev @rm
al@19768 35 ;;
al@19768 36 esac
erjo@180 37 }