summaryrefslogtreecommitdiff
path: root/community/geos
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/geos
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/geos')
-rw-r--r--community/geos/PKGBUILD31
-rw-r--r--community/geos/geos.changelog11
2 files changed, 42 insertions, 0 deletions
diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD
new file mode 100644
index 000000000..40bc64972
--- /dev/null
+++ b/community/geos/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 88623 2013-04-20 17:34:23Z jlichtblau $
+# 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.8
+pkgrel=1
+pkgdesc="C++ port of the Java Topology Suite"
+arch=('x86_64' 'i686')
+url="http://trac.osgeo.org/geos/"
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!libtool' '!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR=${pkgdir} install
+}
diff --git a/community/geos/geos.changelog b/community/geos/geos.changelog
new file mode 100644
index 000000000..a230f5fcf
--- /dev/null
+++ b/community/geos/geos.changelog
@@ -0,0 +1,11 @@
+2013-04-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * geos 3.3.8-1
+
+2013-02-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * geos 3.3.7-1
+
+2013-01-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * geos 3.3.6-1
+
+2012-09-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * geos 3.3.5-1