summaryrefslogtreecommitdiff
path: root/community/libgeotiff
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/libgeotiff
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libgeotiff')
-rw-r--r--community/libgeotiff/PKGBUILD32
-rw-r--r--community/libgeotiff/libgeotiff.changelog2
2 files changed, 0 insertions, 34 deletions
diff --git a/community/libgeotiff/PKGBUILD b/community/libgeotiff/PKGBUILD
deleted file mode 100644
index 67e2632a7..000000000
--- a/community/libgeotiff/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 78993 2012-10-28 17:33:39Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Brad Fanella <bradfanella@archlinux.us>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=libgeotiff
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
-arch=('i686' 'x86_64')
-url="http://www.remotesensing.org/geotiff"
-license=('custom')
-depends=('libtiff' 'proj' 'libjpeg>=7')
-options=('!makeflags' '!libtool')
-changelog=$pkgname.changelog
-source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
-}
diff --git a/community/libgeotiff/libgeotiff.changelog b/community/libgeotiff/libgeotiff.changelog
deleted file mode 100644
index e49948e98..000000000
--- a/community/libgeotiff/libgeotiff.changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-2012-10-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * libgeotiff 1.4.0-1