wok diff evince-doc/receipt @ rev 20251

mixxx: force 32 bits arch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 18:00:41 2018 +0100 (2018-03-12)
parents acc1f04a7049
children
line diff
     1.1 --- a/evince-doc/receipt	Wed Feb 29 21:48:25 2012 -0800
     1.2 +++ b/evince-doc/receipt	Mon Mar 12 18:00:41 2018 +0100
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Evince documention."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="evince"
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://projects.gnome.org/evince/"
    1.10  WANTED="evince"
    1.11  
    1.12 +DEPENDS="evince"
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -	[ -d $_pkg/usr/share/gnome   -a \
    1.18 -	  -d $_pkg/usr/share/gtk-doc -a \
    1.19 -	  -d $_pkg/usr/share/omf ]
    1.20 +	[ -d $install/usr/share/gnome   -a \
    1.21 +	  -d $install/usr/share/gtk-doc -a \
    1.22 +	  -d $install/usr/share/omf ]
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 @@ -23,5 +25,5 @@
    1.27  	# Note: Evince build disables local help in favor of online help.
    1.28  	# Consider removing this package from wok. 
    1.29  	mkdir -p $fs/usr/share
    1.30 -	cp -a $_pkg/usr/share/gtk-doc $fs/usr/share
    1.31 +	cp -a $install/usr/share/gtk-doc $fs/usr/share
    1.32  }