wok view evince-doc/receipt @ rev 14389

eet: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 07:02:13 2013 +0200 (2013-04-23)
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 }