summaryrefslogtreecommitdiff
path: root/community-staging/geos/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/geos/PKGBUILD')
-rw-r--r--community-staging/geos/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community-staging/geos/PKGBUILD b/community-staging/geos/PKGBUILD
deleted file mode 100644
index aa97623f2..000000000
--- a/community-staging/geos/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 50911 2011-07-02 23:00:14Z stephane $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=geos
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="A C++ port of the Java Topology Suite"
-arch=('i686' 'x86_64')
-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')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}