summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c5da6a8e3af529db60494274bf1ced6a08c93da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: (epsilom) Xavier Corredor <xavier.corredor.llano (a) gmail.com>

pkgname=hdf-eos-common
pkgver=1.16
pkgrel=2
pkgdesc="Common headers files for HDF-EOS2 and HDF-EOS5"
url="http://www.hdfeos.org/software/library.php"
license=('GPL')
arch=('i686' 'x86_64')
depends=('libaec' 'hdf5' 'hdf4' 'gdal' 'proj')
source=(ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.$pkgver.tar.Z)
md5sums=('c4a3286f38a2faafc840017af4bd39d6')

package() {
  cd $srcdir/hdfeos5
  install -d -m755 $pkgdir/usr/include
  mv include/{cfortHdf.h,cproj.h,ease.h,isin.h} $pkgdir/usr/include/
  mv gctp/include/{bcea.h,cproj_prototypes.h,gctp_prototypes.h} $pkgdir/usr/include/
}