wok view evince-doc/receipt @ rev 13177

Up: phpmyadmin(3.5.2) & fix apache config
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 31 06:47:03 2012 +0200 (2012-07-31)
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 }