wok rev 22473
updated aespipe (2.4e -> 2.4f)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:45:00 2019 +0100 (2019-12-27) |
parents | 4945e6088799 |
children | 9c7d9bab4f4f |
files | aespipe/receipt |
line diff
1.1 --- a/aespipe/receipt Fri Dec 27 17:29:42 2019 +0100 1.2 +++ b/aespipe/receipt Fri Dec 27 17:45:00 2019 +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