diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-29 01:39:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-29 01:39:06 -0500 |
commit | 0220842121c5fa8ffac398aa03ae2dd0600f3414 (patch) | |
tree | e60f7464d7b9b0d60acb4394648b8fc3b3a347a6 /pcr/libspatialite | |
parent | dae971ac95e073d00717b164371b0f2658e43ec4 (diff) | |
download | abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.tar.gz abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.tar.bz2 abslibre-0220842121c5fa8ffac398aa03ae2dd0600f3414.zip |
Removing packages. This packages are in community repo
Diffstat (limited to 'pcr/libspatialite')
-rw-r--r-- | pcr/libspatialite/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/libspatialite/PKGBUILD b/pcr/libspatialite/PKGBUILD deleted file mode 100644 index 3664e45d7..000000000 --- a/pcr/libspatialite/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer (Arch): Brian Galey <bkgaley at gmail dot com> -# Contributor (Arch): 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' 'mips64el') -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 -} |