wok-next view cryptkeeper/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents f48456621a9d
children
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 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 }