wok view cryptkeeper/receipt @ rev 20671

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 11:33:03 2019 +0100 (2019-01-24)
parents b21f0b31e0c2
children b569b85b0fb9
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="https://github.com/tomm/cryptkeeper/"
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 cp -a $install/usr $fs
30 }