summaryrefslogtreecommitdiff
path: root/community/proj
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/proj
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/proj')
-rw-r--r--community/proj/PKGBUILD39
-rw-r--r--community/proj/proj.changelog11
2 files changed, 0 insertions, 50 deletions
diff --git a/community/proj/PKGBUILD b/community/proj/PKGBUILD
deleted file mode 100644
index 7c58b556b..000000000
--- a/community/proj/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 84824 2013-02-24 20:23:27Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Mateusz Herych <heniekk@gmail.com>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=proj
-pkgver=4.8.0
-pkgrel=2
-pkgdesc='Cartographic Projections library.'
-arch=('i686' 'x86_64')
-url="http://trac.osgeo.org/proj/"
-license=('MIT')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=("http://download.osgeo.org/proj/$pkgname-$pkgver.tar.gz"
- "http://download.osgeo.org/proj/$pkgname-datumgrid-1.5.zip"
- "chenyx06a.zip::http://www.swisstopo.admin.ch/internet/swisstopo/en/home/products/software/software.parsys.7090.downloadList.55545.DownloadFile.tmp/chenyx06ntv2.zip")
-sha256sums=('2db2dbf0fece8d9880679154e0d6d1ce7c694dd8e08b4d091028093d87a9d1b5'
- '723c4017d95d7a8abdf3bda4e18d3c15d79b00f9326d453da5fdf13f96c287db'
- 'f61290a32815622bfe182af475c76b0b4c282de66121fdddce2f6201e8bca2e0')
-
-build() {
- bsdtar -xzvf "${srcdir}/${pkgname}-datumgrid-1.5.zip" -C "${srcdir}/proj-${pkgver}/nad"
- bsdtar -xzvf "${srcdir}/chenyx06a.zip" -C "${srcdir}/proj-${pkgver}/nad" CHENYX06a.gsb
-
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-
- install -D COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
diff --git a/community/proj/proj.changelog b/community/proj/proj.changelog
deleted file mode 100644
index 24041ea60..000000000
--- a/community/proj/proj.changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-2013-02-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * proj 4.8.0-2 chenyx06a.zip file location fix
-
-2012-05-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * proj 4.8.0-1
-
-2012-03-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * proj 4.7.0-2 adopted, package signed, FS#27119 fixed
-
-2007-06-27 tardo <tardo@nagi-fanboi.net>
- * Fixed license dir | license -> licenses