From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/libgeotiff/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 community/libgeotiff/PKGBUILD (limited to 'community/libgeotiff/PKGBUILD') diff --git a/community/libgeotiff/PKGBUILD b/community/libgeotiff/PKGBUILD new file mode 100644 index 000000000..67e2632a7 --- /dev/null +++ b/community/libgeotiff/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 78993 2012-10-28 17:33:39Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau +# Contributor: Brad Fanella +# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org +# Contributor: William Rea + +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 +} -- cgit v1.2.3-54-g00ecf