wok diff libassuan/receipt @ rev 20138
Up firmware (20171030)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Nov 01 05:04:12 2017 -0400 (2017-11-01) |
parents | 4904e3d374a9 |
children | 7c7b2aced469 |
line diff
1.1 --- a/libassuan/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libassuan/receipt Wed Nov 01 05:04:12 2017 -0400 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libassuan" 1.7 -VERSION="2.0.3" 1.8 +VERSION="2.4.2" 1.9 CATEGORY="security" 1.10 SHORT_DESC="IPC library used by some of the other GnuPG related packages." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="https://www.gnupg.org/related_software/libassuan/" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WEB_SITE="http://www.gnupg.org/" 1.16 -WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" 1.17 +WGET_URL="https://www.gnupg.org/ftp/gcrypt/libassuan/$TARBALL" 1.18 1.19 DEPENDS="libgpg-error" 1.20 -BUILD_DEPENDS="python pkg-config libgpg-error-dev" # do not skip /usr/lib/libassuan-pth.a 1.21 +BUILD_DEPENDS="libgpg-error-dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 + # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.28 + echo "ac1047f9764fd4a4db7dafe47640643164394db9 $SRC/$TARBALL" | sha1sum -c || exit 1 1.29 + 1.30 ./configure $CONFIGURE_ARGS && make && make install 1.31 } 1.32