wok view evince-doc/receipt @ rev 11940

evince-doc: local html help only. Evince goes to www for help
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 21:48:25 2012 -0800 (2012-02-29)
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 }