wok view aescrypt/receipt @ rev 18221
Up gtk-vnc (0.5.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 18 12:16:40 2015 +0200 (2015-07-18) |
parents | a5853667a4a4 |
children | 47fd62e49acc |
line source
1 # SliTaz package receipt.
3 PACKAGE="aescrypt"
4 VERSION="305"
5 CATEGORY="security"
6 SHORT_DESC="AES Crypt is a file encryption software."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="PublicDomain"
9 DEPENDS="glibc-base"
10 TARBALL="${PACKAGE}${VERSION}_source.tar.gz"
11 WEB_SITE="http://www.aescrypt.com/"
12 WGET_URL="http://www.aescrypt.com/cgi-bin/download?file=v3/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/aescrypt $fs/usr/bin
26 }