summaryrefslogtreecommitdiff
path: root/community-staging/postgis
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/postgis')
-rw-r--r--community-staging/postgis/PKGBUILD29
-rw-r--r--community-staging/postgis/postgis.changelog5
2 files changed, 0 insertions, 34 deletions
diff --git a/community-staging/postgis/PKGBUILD b/community-staging/postgis/PKGBUILD
deleted file mode 100644
index 0e5b5ca4c..000000000
--- a/community-staging/postgis/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 50943 2011-07-03 10:15:49Z jelle $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=postgis
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.refractions.net/"
-license=('GPL')
-depends=('postgresql' 'proj' 'geos')
-changelog=$pkgname.changelog
-source=(http://postgis.refractions.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('772ec1d0f04d6800cd7e2420a97a7483')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community-staging/postgis/postgis.changelog b/community-staging/postgis/postgis.changelog
deleted file mode 100644
index 86c0b336b..000000000
--- a/community-staging/postgis/postgis.changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-2010-10-30 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 1.5.2
-
-2010-03-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 1.5.1