Date: Thursday, March 12, 2015 @ 21:52:07
  Author: jlichtblau
Revision: 129142

archrelease: copy trunk to community-staging-x86_64

Added:
  libgeotiff/repos/community-staging-x86_64/
  libgeotiff/repos/community-staging-x86_64/PKGBUILD
    (from rev 129141, libgeotiff/trunk/PKGBUILD)
  libgeotiff/repos/community-staging-x86_64/libgeotiff.changelog
    (from rev 129141, libgeotiff/trunk/libgeotiff.changelog)

----------------------+
 PKGBUILD             |   33 +++++++++++++++++++++++++++++++++
 libgeotiff.changelog |    8 ++++++++
 2 files changed, 41 insertions(+)

Copied: libgeotiff/repos/community-staging-x86_64/PKGBUILD (from rev 129141, 
libgeotiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-12 20:52:07 UTC (rev 129142)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: Brad Fanella <bradfane...@archlinux.us>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywi...@gmail.com>
+
+pkgname=libgeotiff
+pkgver=1.4.1
+pkgrel=2
+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')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/libgeotiff/LICENSE
+}

Copied: libgeotiff/repos/community-staging-x86_64/libgeotiff.changelog (from 
rev 129141, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- community-staging-x86_64/libgeotiff.changelog                               
(rev 0)
+++ community-staging-x86_64/libgeotiff.changelog       2015-03-12 20:52:07 UTC 
(rev 129142)
@@ -0,0 +1,8 @@
+2015-03-12 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+       * libgeotiff 1.4.0-1

Reply via email to