# SliTaz package receipt. PACKAGE="cryptkeeper" VERSION="0.9.5" CATEGORY="security" SHORT_DESC="Linux system tray applet that manages EncFS encrypted folders" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="https://github.com/tomm/cryptkeeper" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://src.fedoraproject.org/lookaside/pkgs/rpms/$PACKAGE/$TARBALL/d02918b2058854177d2f59b837c2743f/$TARBALL" DEPENDS="gtk+ GConf encfs" BUILD_DEPENDS="gtk+-dev GConf-dev xorg-libX11-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ sed '/bump version to/!d;s|.* to ||;s|<.*||;q' } # Rules to configure and make the package. compile_rules() { mv po/ru_RU.gmo po/ru.gmo patch -p1 -i $stuff/cryptkeeper.patch export LDFLAGS="-lX11" ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }