summaryrefslogtreecommitdiff
path: root/pcr/libspatialite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/libspatialite/PKGBUILD')
-rw-r--r--pcr/libspatialite/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/libspatialite/PKGBUILD b/pcr/libspatialite/PKGBUILD
deleted file mode 100644
index 24c775fd8..000000000
--- a/pcr/libspatialite/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Brian Galey <bkgaley at gmail dot com>
-# Contributor: Pietro Zambelli <peter.zamb at gmail dot com>
-pkgname=libspatialite
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="SQLite extension to support spatial data types and operations"
-arch=('i686' 'x86_64')
-url="https://www.gaia-gis.it/fossil/libspatialite/index"
-license=('MPL')
-depends=('geos' 'proj' 'sqlite3' 'libfreexl')
-options=('!libtool')
-source=("http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz")
-md5sums=('8040ce4e39913e7d284675c0f15d270d')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}