summaryrefslogtreecommitdiff
path: root/community/postgis
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/postgis
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/postgis')
-rw-r--r--community/postgis/PKGBUILD36
-rw-r--r--community/postgis/postgis.changelog25
2 files changed, 0 insertions, 61 deletions
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD
deleted file mode 100644
index 192425090..000000000
--- a/community/postgis/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 92821 2013-06-15 13:40:37Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=postgis
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.net/"
-license=('GPL')
-depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2')
-changelog=$pkgname.changelog
-options=('!libtool')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7f865a6fdf19afed7d2f3e7178cd504f7254a9e96f2ce6a07d0ea19edc1668a0')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
- make
-
- # Build utils (FS#25836)
- cd utils
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-
- cd utils
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/postgis/postgis.changelog b/community/postgis/postgis.changelog
deleted file mode 100644
index 1e53db33a..000000000
--- a/community/postgis/postgis.changelog
+++ /dev/null
@@ -1,25 +0,0 @@
-2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * postgis-2.0.2-1
-
-2012-09-24 Dan McGee <dan@archlinux.org>
- * Rebuild for PostgreSQL 9.2.x
- * Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino <andrea@archlinux.org>
- * Add JSON-C support
- * Build utils (FS#25836)
-
-2012-05-31 Andrea Scarpino <andrea@archlinux.org>
- * Update to major release 2.0.0-1
-
-2011-10-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * FS#26159 fix in postgis-1.5.3-2
-
-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