From a110e74fe4a31aebb09e0da6e407af69ed996837 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Feb 2013 00:13:53 -0800 Subject: Wed Feb 6 00:13:53 PST 2013 --- community/mapnik/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'community/mapnik') diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index 0276cad96..db4dddbff 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 83319 2013-01-29 14:02:51Z spupykin $ +# $Id: PKGBUILD 83819 2013-02-05 10:57:53Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: David Dent # Contributor: orbisvicis pkgname=mapnik pkgver=2.1.0 -pkgrel=6 +pkgrel=7 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" arch=('i686' 'x86_64') url="http://mapnik.org/" @@ -29,6 +29,9 @@ md5sums=('d580c558a957444873bec9e24526b0a0') build() { cd "$srcdir/$pkgname-v$pkgver" sed -i 's|lib64|lib|g' SConstruct + sed -i 's|python|python2|' \ + utils/performance/mapnik-speed-check \ + utils/upgrade_map_xml/*.py scons configure \ PREFIX="/usr" \ INPUT_PLUGINS=all \ -- cgit v1.2.3-54-g00ecf