diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libgeotiff/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libgeotiff/PKGBUILD')
-rw-r--r-- | community/libgeotiff/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 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 -} |