wok-next diff aescrypt/receipt @ rev 20061
gcompris: receipt v2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 23 23:48:26 2017 +0200 (2017-10-23) |
parents | 45507bfb2b0d |
children | a8e106e92cc2 |
line diff
1.1 --- a/aescrypt/receipt Mon Jul 04 00:54:49 2016 +0300 1.2 +++ b/aescrypt/receipt Mon Oct 23 23:48:26 2017 +0200 1.3 @@ -6,10 +6,11 @@ 1.4 SHORT_DESC="AES Crypt is a file encryption software." 1.5 MAINTAINER="slaxemulator@gmail.com" 1.6 LICENSE="PublicDomain" 1.7 +WEB_SITE="https://www.aescrypt.com/" 1.8 +TARBALL="$PACKAGE-$VERSION.tgz" 1.9 +WGET_URL="${WEB_SITE}download/v3/linux/$TARBALL" 1.10 + 1.11 DEPENDS="glibc-base" 1.12 -TARBALL="${PACKAGE}-${VERSION}.tgz" 1.13 -WEB_SITE="http://www.aescrypt.com/" 1.14 -WGET_URL="http://www.aescrypt.com/download/v3/linux/$TARBALL" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 @@ -17,9 +18,7 @@ 1.19 cd $src/src 1.20 make 1.21 1.22 - mkdir -p $install/usr/share/man/man1 1.23 - cp -a $src/man/aescrypt.1 $install/usr/share/man/man1 1.24 - cook_compress_manpages 1.25 + cook_pick_manpages $src/man/aescrypt.1 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.