wok annotate cryptkeeper/receipt @ rev 19543

retawq: rework receipt; add cryptkeeper.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 05 20:07:13 2016 +0200 (2016-12-05)
parents
children 019632316cf5
rev   line source
al@19543 1 # SliTaz package receipt.
al@19543 2
al@19543 3 PACKAGE="cryptkeeper"
al@19543 4 VERSION="0.9.5"
al@19543 5 CATEGORY="security"
al@19543 6 SHORT_DESC="Linux system tray applet that manages EncFS encrypted folders"
al@19543 7 MAINTAINER="al.bobylev@gmail.com"
al@19543 8 LICENSE="GPL3"
al@19543 9 WEB_SITE="http://tom.noflag.org.uk/cryptkeeper.html"
al@19543 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19543 11 WGET_URL="http://tom.noflag.org.uk/cryptkeeper/$TARBALL"
al@19543 12
al@19543 13 DEPENDS="gtk+ GConf encfs"
al@19543 14 BUILD_DEPENDS="gtk+-dev GConf-dev xorg-libX11-dev"
al@19543 15
al@19543 16 # Rules to configure and make the package.
al@19543 17 compile_rules()
al@19543 18 {
al@19543 19 mv po/ru_RU.gmo po/ru.gmo
al@19543 20 patch -p1 -i $stuff/cryptkeeper.patch
al@19543 21 export LDFLAGS="-lX11"
al@19543 22
al@19543 23 ./configure $CONFIGURE_ARGS && make && make install
al@19543 24 }
al@19543 25
al@19543 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19543 27 genpkg_rules()
al@19543 28 {
al@19543 29 cook_copy_folders usr
al@19543 30 }