From cfceb92e73d7f6a32494f0ba258b98748af43f34 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Feb 2012 23:14:54 +0000 Subject: Sat Feb 11 23:14:53 UTC 2012 --- community/geos/PKGBUILD | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'community/geos') diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD index aa97623f2..cd1e9fa9d 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -1,30 +1,31 @@ -# $Id: PKGBUILD 50911 2011-07-02 23:00:14Z stephane $ +# $Id: PKGBUILD 64216 2012-02-10 11:57:59Z arodseth $ # Maintainer: Jaroslav Lichtblau # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea - +# Contributor: Alexander Rødseth pkgname=geos -pkgver=3.3.0 +pkgver=3.3.2 pkgrel=1 -pkgdesc="A C++ port of the Java Topology Suite" -arch=('i686' 'x86_64') +pkgdesc="C++ port of the Java Topology Suite" +arch=('x86_64' 'i686') url="http://trac.osgeo.org/geos/" license=('LGPL') -depends=('gcc-libs') -options=('!libtool') -changelog=$pkgname.changelog -source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('3301f3d1d747b95749384b8a356b022a') +depends=('gcc-libs' 'bash') +options=('!libtool' '!emptydirs') +source=("http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2") +sha256sums=('ec64d3a92540a1618aa3b91dc1235caae1c370ec23afd59a2734062bf182ed5b') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf