Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2f1c24a254926f0a10790b30efed28c65046a377
commit 2f1c24a254926f0a10790b30efed28c65046a377 Author: bouleetbil <[email protected]> Date: Thu Jul 23 15:43:43 2009 +0200 mapnik-0.6.1-1-i686 *new package diff --git a/source/xlib-extra/mapnik/FrugalBuild b/source/xlib-extra/mapnik/FrugalBuild new file mode 100644 index 0000000..55a8452 --- /dev/null +++ b/source/xlib-extra/mapnik/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 1.99 SBU +# Maintainer: bouleetbil <[email protected]> + +pkgname=mapnik +pkgver=0.6.1 +pkgrel=1 +pkgdesc="Free Toolkit for developing mapping applications" +depends=('libboost-mt' 'libxml2' 'sqlite3' 'cairomm' \ + 'pycairo' 'proj' 'libtiff' 'libjpeg' 'libxaw>=1.0.5') +makedepends=('scons' 'boost') +Finclude berlios +groups=('xlib-extra') +archs=('i686') +sha1sums=('84b0e9f9c3368ecddd856eeff40b97d75074f338') + +build() { + Fcd + scons configure || Fdie + scons DESTDIR=$Fdestdir install || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
