wok-stable diff evince-dev/receipt @ rev 11111
gtkperf: Compile with $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 03:58:37 2011 +0000 (2011-10-17) |
parents | 129bb5b11a7e |
children |
line diff
1.1 --- a/evince-dev/receipt Wed Mar 02 03:12:51 2011 +0000 1.2 +++ b/evince-dev/receipt Mon Oct 17 03:58:37 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="evince-dev" 1.7 -VERSION="2.30.3" 1.8 +VERSION="2.32.0" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Evince developement headers files." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -12,10 +12,10 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib/evince/2/backends 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/2/backends/*.*a $fs/usr/lib/evince/2/backends 1.22 + cp -a $_pkg/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends 1.23 1.24 }