wok diff evince-dev/receipt @ rev 20614
palemoon: force arch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 20 21:37:38 2018 +0100 (2018-12-20) |
parents | da14a8cdb0bd |
children |
line diff
1.1 --- a/evince-dev/receipt Sat Mar 19 23:30:22 2011 +0000 1.2 +++ b/evince-dev/receipt Thu Dec 20 21:37:38 2018 +0100 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="Evince developement headers files." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="evince gnome-doc-utils" 1.8 +LICENSE="GPL2" 1.9 WEB_SITE="http://projects.gnome.org/evince/" 1.10 WANTED="evince" 1.11 1.12 +DEPENDS="evince gnome-doc-utils" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib/evince/3/backends 1.18 1.19 - cp -a $_pkg/usr/include $fs/usr 1.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 - cp -a $_pkg/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends 1.22 + cp -a $install/usr/include $fs/usr 1.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 + cp -a $install/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends 1.25 1.26 }