wok diff cryptsetup/receipt @ rev 19720
desktop-file-utils-extra: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 16 11:20:28 2017 +0200 (2017-02-16) |
parents | 6ded87915b08 |
children | 90fa9751f6a5 |
line diff
1.1 --- a/cryptsetup/receipt Sat Nov 02 21:30:27 2013 +0100 1.2 +++ b/cryptsetup/receipt Thu Feb 16 11:20:28 2017 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cryptsetup" 1.7 -VERSION="1.6.2" 1.8 +VERSION="1.7.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="dm-crypt setup tool for encryption of block devices" 1.11 MAINTAINER="b1+slitaz@nagel.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 -WEB_SITE="http://code.google.com/p/$PACKAGE" 1.15 -WGET_URL="http://cryptsetup.googlecode.com/files/$TARBALL" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 +WEB_SITE="https://gitlab.com/$PACKAGE/$PACKAGE" 1.18 +WGET_URL="https://www.kernel.org/pub/linux/utils/$PACKAGE/v${VERSION%.*}/$TARBALL" 1.19 1.20 DEPENDS="e2fsprogs popt libgcrypt libdevmapper" 1.21 BUILD_DEPENDS="e2fsprogs-dev popt-dev libgcrypt libgcrypt-dev libdevmapper \ 1.22 @@ -17,7 +17,6 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 ./configure \ 1.28 --prefix=/usr \ 1.29 $CONFIGURE_ARGS &&