wok-next view cryptkeeper/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents d6378d455338
children d2950281f122
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 DEPENDS="gtk+ GConf encfs"
15 BUILD_DEPENDS="gtk+-dev GConf-dev xorg-libX11-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mv po/ru_RU.gmo po/ru.gmo
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 copy usr/
30 }