wok view evince-doc/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents acc1f04a7049
children
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 LICENSE="GPL2"
9 WEB_SITE="http://projects.gnome.org/evince/"
10 WANTED="evince"
12 DEPENDS="evince"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 [ -d $install/usr/share/gnome -a \
18 -d $install/usr/share/gtk-doc -a \
19 -d $install/usr/share/omf ]
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 # Note: Evince build disables local help in favor of online help.
26 # Consider removing this package from wok.
27 mkdir -p $fs/usr/share
28 cp -a $install/usr/share/gtk-doc $fs/usr/share
29 }