wok view evince-doc/receipt @ rev 14141

libmnl*: add 1.0.3
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 01 08:37:16 2013 -0800 (2013-03-01)
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 }