wok-next view cryptkeeper/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents d2950281f122
children 5669e8b3be70
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="gtk2-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="gtk2 gconf encfs"
28 }