wok view cryptkeeper/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
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 }