wok diff aespipe/receipt @ rev 23290
updated perl-authen-sasl (2.11 -> 2.16)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 29 15:17:17 2020 +0100 (2020-03-29) |
parents | c576c03cd69c |
children | 3105f866bc3e |
line diff
1.1 --- a/aespipe/receipt Tue Feb 05 16:55:29 2019 +0100 1.2 +++ b/aespipe/receipt Sun Mar 29 15:17:17 2020 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aespipe" 1.7 -VERSION="2.4e" 1.8 +VERSION="2.4f" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="AES encrypting or decrypting pipe." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="http://loop-aes.sourceforge.net/aespipe.README" 1.14 +WEB_SITE="https://sourceforge.net/projects/loop-aes/" 1.15 + 1.16 TARBALL="$PACKAGE-v$VERSION.tar.bz2" 1.17 -WGET_URL="http://loop-aes.sourceforge.net/aespipe/$TARBALL" 1.18 +WGET_URL="${WEB_SITE}files/$PACKAGE/v$VERSION/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - ./configure --prefix=/usr \ 1.24 + ./configure \ 1.25 + --prefix=/usr \ 1.26 $CONFIGURE_ARGS && 1.27 make && 1.28 make DESTDIR=$DESTDIR install