wok-next annotate aescrypt/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c903afcd80c3
children edc4681bb7b2
rev   line source
al@20500 1 # SliTaz package receipt v2.
slaxemulator@7444 2
slaxemulator@7444 3 PACKAGE="aescrypt"
erkan@20687 4 VERSION="3.13"
slaxemulator@7444 5 CATEGORY="security"
al@21020 6 SHORT_DESC="File encryption software"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15201 8 LICENSE="PublicDomain"
al@19275 9 WEB_SITE="https://www.aescrypt.com/"
al@20500 10
al@19275 11 TARBALL="$PACKAGE-$VERSION.tgz"
al@19275 12 WGET_URL="${WEB_SITE}download/v3/linux/$TARBALL"
erkan@20691 13 TARBALL_SHA256="87cd6f6e15828a93637aa44f6ee4f01bea372ccd02ecf1702903f655fbd139a8"
al@19275 14
al@20500 15 compile_rules() {
al@20500 16 cd $src/src
al@20500 17 make || return 1
slaxemulator@7444 18
al@20500 19 install -Dm755 $src/src/aescrypt $install/usr/bin/aescrypt
al@20500 20 install -Dm755 $src/src/aescrypt_keygen $install/usr/bin/aescrypt_keygen
al@19264 21
al@19275 22 cook_pick_manpages $src/man/aescrypt.1
slaxemulator@7444 23 }
slaxemulator@7444 24
al@20500 25 genpkg_rules() {
al@20500 26 copy @std
al@20500 27 DEPENDS="glibc-base"
slaxemulator@7444 28 }