wok view evince-doc/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents acc1f04a7049
children
line source
1 # SliTaz package receipt.
3 PACKAGE="evince-doc"
4 VERSION="2.32.0"
5 CATEGORY="development"
6 SHORT_DESC="Evince documention."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://projects.gnome.org/evince/"
10 WANTED="evince"
12 DEPENDS="evince"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 [ -d $install/usr/share/gnome -a \
18 -d $install/usr/share/gtk-doc -a \
19 -d $install/usr/share/omf ]
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 # Note: Evince build disables local help in favor of online help.
26 # Consider removing this package from wok.
27 mkdir -p $fs/usr/share
28 cp -a $install/usr/share/gtk-doc $fs/usr/share
29 }