# HG changeset patch # User Hans-G?nter Theisgen # Date 1577465100 -3600 # Node ID 5f98309efad43a82f4f99227fc0a899a88403f3a # Parent 4945e60887991485e803680f54878fe3c6dd02a1 updated aespipe (2.4e -> 2.4f) diff -r 4945e6088799 -r 5f98309efad4 aespipe/receipt --- a/aespipe/receipt Fri Dec 27 17:29:42 2019 +0100 +++ b/aespipe/receipt Fri Dec 27 17:45:00 2019 +0100 @@ -1,19 +1,21 @@ # SliTaz package receipt. PACKAGE="aespipe" -VERSION="2.4e" +VERSION="2.4f" CATEGORY="utilities" SHORT_DESC="AES encrypting or decrypting pipe." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="http://loop-aes.sourceforge.net/aespipe.README" +WEB_SITE="https://sourceforge.net/projects/loop-aes/" + TARBALL="$PACKAGE-v$VERSION.tar.bz2" -WGET_URL="http://loop-aes.sourceforge.net/aespipe/$TARBALL" +WGET_URL="${WEB_SITE}files/$PACKAGE/v$VERSION/$TARBALL" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install