rev |
line source |
erjo@4727
|
1 # SliTaz package receipt.
|
erjo@4727
|
2
|
erjo@4727
|
3 PACKAGE="evince-doc"
|
slaxemulator@9357
|
4 VERSION="2.32.0"
|
pankso@4803
|
5 CATEGORY="development"
|
erjo@4727
|
6 SHORT_DESC="Evince documention."
|
erjo@4727
|
7 MAINTAINER="erjo@slitaz.org"
|
pascal@15002
|
8 LICENSE="GPL2"
|
erjo@4727
|
9 WEB_SITE="http://projects.gnome.org/evince/"
|
erjo@4727
|
10 WANTED="evince"
|
erjo@4727
|
11
|
pascal@15002
|
12 DEPENDS="evince"
|
pascal@15002
|
13
|
pascal@7429
|
14 # Rules to configure and make the package.
|
pascal@7429
|
15 compile_rules()
|
pascal@7429
|
16 {
|
pascal@15002
|
17 [ -d $install/usr/share/gnome -a \
|
pascal@15002
|
18 -d $install/usr/share/gtk-doc -a \
|
pascal@15002
|
19 -d $install/usr/share/omf ]
|
pascal@7429
|
20 }
|
pascal@7429
|
21
|
erjo@4727
|
22 # Rules to gen a SliTaz package suitable for Tazpkg.
|
erjo@4727
|
23 genpkg_rules()
|
erjo@4727
|
24 {
|
samuel_trassare@11940
|
25 # Note: Evince build disables local help in favor of online help.
|
samuel_trassare@11940
|
26 # Consider removing this package from wok.
|
erjo@4727
|
27 mkdir -p $fs/usr/share
|
pascal@15002
|
28 cp -a $install/usr/share/gtk-doc $fs/usr/share
|
erjo@4727
|
29 }
|