wok-next rev 7429
evince: disable doc (waiting for fix)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 28 22:27:53 2010 +0100 (2010-11-28) |
parents | 1d279fc90686 |
children | 4a2c5fe13cc9 f921c138b742 |
files | evince-doc/receipt evince/receipt |
line diff
1.1 --- a/evince-doc/receipt Sun Nov 28 19:07:16 2010 +0100 1.2 +++ b/evince-doc/receipt Sun Nov 28 22:27:53 2010 +0100 1.3 @@ -10,6 +10,14 @@ 1.4 WEB_SITE="http://projects.gnome.org/evince/" 1.5 WANTED="evince" 1.6 1.7 +# Rules to configure and make the package. 1.8 +compile_rules() 1.9 +{ 1.10 + [ -d $_pkg/usr/share/gnome -a \ 1.11 + -d $_pkg/usr/share/gtk-doc -a \ 1.12 + -d $_pkg/usr/share/omf ] 1.13 +} 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 {
2.1 --- a/evince/receipt Sun Nov 28 19:07:16 2010 +0100 2.2 +++ b/evince/receipt Sun Nov 28 22:27:53 2010 +0100 2.3 @@ -16,6 +16,7 @@ 2.4 compile_rules() 2.5 { 2.6 cd $src 2.7 + sed -i 's/ help / /' Makefile* 2.8 ./configure --prefix=/usr \ 2.9 --libexecdir=/usr/lib/$PACKAGE \ 2.10 --disable-nautilus \