wok annotate aescrypt/receipt @ rev 24245
updated perl-net-server (2.009 -> 2.010)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 07:43:29 2022 +0100 (2022-01-02) |
parents | 7754bc3d70de |
children | 3105f866bc3e |
rev | line source |
---|---|
slaxemulator@7444 | 1 # SliTaz package receipt. |
slaxemulator@7444 | 2 |
slaxemulator@7444 | 3 PACKAGE="aescrypt" |
erkan@22394 | 4 VERSION="3.14" |
slaxemulator@7444 | 5 CATEGORY="security" |
slaxemulator@7444 | 6 SHORT_DESC="AES Crypt is a file encryption software." |
slaxemulator@7444 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15201 | 8 LICENSE="PublicDomain" |
al@19275 | 9 WEB_SITE="https://www.aescrypt.com/" |
al@19275 | 10 TARBALL="$PACKAGE-$VERSION.tgz" |
al@19275 | 11 WGET_URL="${WEB_SITE}download/v3/linux/$TARBALL" |
al@19275 | 12 |
slaxemulator@7444 | 13 DEPENDS="glibc-base" |
slaxemulator@7444 | 14 |
slaxemulator@7444 | 15 # Rules to configure and make the package. |
slaxemulator@7444 | 16 compile_rules() |
slaxemulator@7444 | 17 { |
erkan@18720 | 18 cd $src/src |
slaxemulator@7444 | 19 make |
al@19264 | 20 |
al@19275 | 21 cook_pick_manpages $src/man/aescrypt.1 |
slaxemulator@7444 | 22 } |
slaxemulator@7444 | 23 |
slaxemulator@7444 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7444 | 25 genpkg_rules() |
slaxemulator@7444 | 26 { |
slaxemulator@7444 | 27 mkdir -p $fs/usr/bin |
erkan@18721 | 28 cp -a $src/src/aescrypt $fs/usr/bin |
erkan@18721 | 29 cp -a $src/src/aescrypt_keygen $fs/usr/bin |
slaxemulator@7444 | 30 } |