wok-next diff libgpg-error/receipt @ rev 19607
Up: advancecomp, cmake, curl, docbook-xml*, docbook-xsl*, glib, gtk-doc, itstool, jpeg-turbo, lcms2, lemon, libarchive, libcroco, libcurl, libffi, libgcrypt, libgio, libgpg-error, libidn, libjpeg-turbo, libpng+apng, libpng, libsqlite, libxslt, lz4, lz5, lzham_codec, lzo, lzop, nasm, nettle, optipng, pngquant, sqlite, tiff.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 03 12:13:00 2017 +0200 (2017-02-03) |
parents | 13806712bef0 |
children | d7873beccb0f |
line diff
1.1 --- a/libgpg-error/receipt Sun Jul 03 10:52:52 2016 +0200 1.2 +++ b/libgpg-error/receipt Fri Feb 03 12:13:00 2017 +0200 1.3 @@ -1,37 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgpg-error" 1.7 -VERSION="1.23" 1.8 +VERSION="1.26" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Commons error messages for GnuPG." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://www.gnupg.org/related_software/libgpg-error/" 1.14 +HOST_ARCH="i486 arm" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 1.20 -DEPENDS="" 1.21 +BUILD_DEPENDS="gettext" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.27 - echo "c6a0c49211955e924593527b32e4b2736cafcda5 $SRC/$TARBALL" | sha1sum -c || exit 1 1.28 + echo "9a926e7ee6309e539313443555535d49a2a5c9f1 $SRC/$TARBALL" | sha1sum -c || exit 1 1.29 1.30 -# touch src/extra-h.in 1.31 ./configure $CONFIGURE_ARGS && 1.32 make && make DESTDIR=$DESTDIR install 1.33 - 1.34 - find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 - mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share 1.41 - 1.42 - cp -a $install/usr/bin/gpg-error $fs/usr/bin 1.43 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.44 - #cp -a $install/usr/share/man $fs/usr/share 1.45 + cook_copy_files gpg-error *.so* 1.46 }