summaryrefslogtreecommitdiffstats
path: root/extra/libgeotiff/Pkgfile
blob: 152951864608513f065f413e49329c9030d4fbb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: A TIFF based interchange format for georeferenced raster imagery
# URL: http://www.remotesensing.org/geotiff
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: libtiff, proj, libjpeg
# Run on: libtiff,proj,libjpeg


name=libgeotiff
version=1.2.5
release=1
source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$name-$version.tar.gz)

build() {
  cd $name-$version
  ./configure --prefix=/usr
  make
  make DESTDIR=$PKG install

  install -D -m644 LICENSE $PKG/usr/share/licenses/libgeotiff/LICENSE
}