wok-next annotate cryptkeeper/receipt @ rev 20906

Update homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 12:53:17 2018 +0300 (2018-08-10)
parents d6378d455338
children d2950281f122
rev   line source
al@19543 1 # SliTaz package receipt.
al@19543 2
al@19543 3 PACKAGE="cryptkeeper"
al@19543 4 VERSION="0.9.5"
al@20906 5 COMMIT="de57c19"
al@19543 6 CATEGORY="security"
al@19543 7 SHORT_DESC="Linux system tray applet that manages EncFS encrypted folders"
al@19543 8 MAINTAINER="al.bobylev@gmail.com"
al@19543 9 LICENSE="GPL3"
al@20906 10 WEB_SITE="https://github.com/tomm/cryptkeeper/"
al@19543 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 12 WGET_URL="https://github.com/tomm/cryptkeeper/archive/$COMMIT.tar.gz"
al@19543 13
al@19543 14 DEPENDS="gtk+ GConf encfs"
al@19543 15 BUILD_DEPENDS="gtk+-dev GConf-dev xorg-libX11-dev"
al@19543 16
al@19543 17 # Rules to configure and make the package.
al@19543 18 compile_rules()
al@19543 19 {
al@19543 20 mv po/ru_RU.gmo po/ru.gmo
al@19543 21 export LDFLAGS="-lX11"
al@19543 22
al@19543 23 ./configure $CONFIGURE_ARGS && make && make install
al@19543 24 }
al@19543 25
al@19543 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19543 27 genpkg_rules()
al@19543 28 {
al@19783 29 copy usr/
al@19543 30 }