wok view cryptkeeper/receipt @ rev 20596

xfi, xfw, cryptkeeper: (not so) dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 11:41:49 2018 +0100 (2018-12-16)
parents 019632316cf5
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="cryptkeeper"
4 VERSION="0.9.5"
5 CATEGORY="security"
6 SHORT_DESC="Linux system tray applet that manages EncFS encrypted folders"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://tom.noflag.org.uk/cryptkeeper.html"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://tom.noflag.org.uk/cryptkeeper/$TARBALL"
13 DEPENDS="gtk+ GConf encfs"
14 BUILD_DEPENDS="gtk+-dev GConf-dev xorg-libX11-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mv po/ru_RU.gmo po/ru.gmo
20 patch -p1 -i $stuff/cryptkeeper.patch
21 export LDFLAGS="-lX11"
23 ./configure $CONFIGURE_ARGS && make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }