wok-6.x diff evince-doc/receipt @ rev 23042
gcc83-lib-base: add /usr/libgcc83/libstdc++.la
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:13:42 2020 +0100 (2020-03-05) |
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 Thu Mar 05 12:13:42 2020 +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 }