wok-next view cryptkeeper/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents a3c581bf52b8
children f48456621a9d
line source
1 # SliTaz package receipt.
3 PACKAGE="cryptkeeper"
4 VERSION="0.9.5"
5 COMMIT="de57c19"
6 CATEGORY="security"
7 SHORT_DESC="Linux system tray applet that manages EncFS encrypted folders"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://github.com/tomm/cryptkeeper/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/tomm/cryptkeeper/archive/$COMMIT.tar.gz"
14 BUILD_DEPENDS="gtk+-dev gconf-dev xorg-libX11-dev"
16 compile_rules() {
17 mv po/ru_RU.gmo po/ru.gmo
18 export LDFLAGS="-lX11"
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy usr/
27 DEPENDS="gtk+ gconf encfs"
28 }