wok diff libksba/receipt @ rev 20135

linux64: update modules64.list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 28 23:19:52 2017 +0200 (2017-10-28)
parents 8f447cf2eee5
children 37cd8bfbd908
line diff
     1.1 --- a/libksba/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libksba/receipt	Sat Oct 28 23:19:52 2017 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libksba"
     1.7 -VERSION="1.0.7"
     1.8 +VERSION="1.3.4"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://www.gnupg.org/related_software/libksba/"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.gnupg.org/related_software/libksba/"
    1.16 -WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="https://www.gnupg.org/ftp/gcrypt/libksba/$TARBALL"
    1.18  
    1.19  DEPENDS="libgpg-error"
    1.20  BUILD_DEPENDS="libgpg-error-dev"
    1.21 @@ -16,11 +16,10 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure \
    1.27 -		--prefix=/usr \
    1.28 -		$CONFIGURE_ARGS &&
    1.29 -	make && make install
    1.30 +	# Integrity check: https://www.gnupg.org/download/integrity_check.html
    1.31 +	echo "bc84945400bd1cabfd7b8ba4e20e71082f32bcc9  $SRC/$TARBALL" | sha1sum -c || exit 1
    1.32 +
    1.33 +	./configure $CONFIGURE_ARGS && make && make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.