wok view cryptkeeper/receipt @ rev 20474

daloradius: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 05:16:53 2018 +0300 (2018-10-17)
parents
children 019632316cf5
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 cook_copy_folders usr
30 }