wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cryptkeeper/receipt	Mon Dec 05 20:07:13 2016 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="cryptkeeper"
     1.7 +VERSION="0.9.5"
     1.8 +CATEGORY="security"
     1.9 +SHORT_DESC="Linux system tray applet that manages EncFS encrypted folders"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="http://tom.noflag.org.uk/cryptkeeper.html"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="http://tom.noflag.org.uk/cryptkeeper/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+ GConf encfs"
    1.17 +BUILD_DEPENDS="gtk+-dev GConf-dev xorg-libX11-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	mv po/ru_RU.gmo po/ru.gmo
    1.23 +	patch -p1 -i $stuff/cryptkeeper.patch
    1.24 +	export LDFLAGS="-lX11"
    1.25 +
    1.26 +	./configure $CONFIGURE_ARGS && make && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cook_copy_folders usr
    1.33 +}