summaryrefslogtreecommitdiff
path: root/community/geos
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-12 04:09:52 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-12 04:09:52 -0300
commit2c721caa534df76621bf07705ed0ea80efe44f8b (patch)
tree7dac47c69e19cd2b978f154e9618e074b7410658 /community/geos
parent020644b613452cc7ab48474b463e4a9d1088d8a3 (diff)
parentcfceb92e73d7f6a32494f0ba258b98748af43f34 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/aircrack-ng/PKGBUILD community/geos/PKGBUILD extra/v4l-utils/PKGBUILD multilib/lib32-v4l-utils/PKGBUILD staging/libxi/PKGBUILD staging/mesa/PKGBUILD staging/xorg-server/PKGBUILD staging/xorg-server/autoconfig-nvidia.patch testing/kmod/PKGBUILD testing/libreoffice/PKGBUILD testing/libreoffice/libreoffice.install testing/systemd/PKGBUILD
Diffstat (limited to 'community/geos')
-rw-r--r--community/geos/PKGBUILD25
1 files changed, 13 insertions, 12 deletions
diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD
index 876062876..e56735717 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 <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
-
+# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=geos
-pkgver=3.3.0
+pkgver=3.3.2
pkgrel=1
-pkgdesc="A C++ port of the Java Topology Suite"
+pkgdesc="C++ port of the Java Topology Suite"
arch=('i686' 'x86_64' 'mips64el')
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: