wok view evince-doc/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents da14a8cdb0bd
children 7896f0694ef6
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 DEPENDS="evince"
9 WEB_SITE="http://projects.gnome.org/evince/"
10 WANTED="evince"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 [ -d $_pkg/usr/share/gnome -a \
16 -d $_pkg/usr/share/gtk-doc -a \
17 -d $_pkg/usr/share/omf ]
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 # Note: Evince build disables local help in favor of online help.
24 # Consider removing this package from wok.
25 mkdir -p $fs/usr/share
26 cp -a $_pkg/usr/share/gtk-doc $fs/usr/share
27 }