annotate src/libgeotiff.mk @ 2188:afa412055a48

package libgeotiff: tiff 4 detection workaround
author Mark Brand <mabrand@mabrand.nl>
date Fri, 23 Dec 2011 14:36:06 +0100
parents c92395bc3a88
children f653602a0500
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
641
dab071eac9c0 simplified file markers
Volker Grabsch <vog@notjusthosting.com>
parents: 448
diff changeset
1 # This file is part of mingw-cross-env.
714
29f1ba4559ae point consequently to "doc/index.html" instead of "doc/index.html or doc/README"
Volker Grabsch <vog@notjusthosting.com>
parents: 641
diff changeset
2 # See doc/index.html for further information.
414
d2a6561bcb6d add a copyright notice and license to each source file
Volker Grabsch <vog@notjusthosting.com>
parents: 306
diff changeset
3
167
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 # GeoTiff
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
5 PKG := libgeotiff
448
e9afec55fd6b improved version recognition, enable the notation of ignored (bad) package versions
Volker Grabsch <vog@notjusthosting.com>
parents: 420
diff changeset
6 $(PKG)_IGNORE :=
958
3720ba3026c8 upgrade package libgeotiff
Mark Brand <mabrand@mabrand.nl>
parents: 759
diff changeset
7 $(PKG)_VERSION := 1.3.0
3720ba3026c8 upgrade package libgeotiff
Mark Brand <mabrand@mabrand.nl>
parents: 759
diff changeset
8 $(PKG)_CHECKSUM := b8cde5014cf82fe4683fa35fc81a5ea8d64b940f
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
9 $(PKG)_SUBDIR := libgeotiff-$($(PKG)_VERSION)
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
10 $(PKG)_FILE := libgeotiff-$($(PKG)_VERSION).tar.gz
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
11 $(PKG)_WEBSITE := http://trac.osgeo.org/geotiff/
1456
c92395bc3a88 fix download URLs of package: gdal geos libgeotiff proj tiff
Volker Grabsch <vog@notjusthosting.com>
parents: 958
diff changeset
12 $(PKG)_URL := http://download.osgeo.org/geotiff/libgeotiff/$($(PKG)_FILE)
c92395bc3a88 fix download URLs of package: gdal geos libgeotiff proj tiff
Volker Grabsch <vog@notjusthosting.com>
parents: 958
diff changeset
13 $(PKG)_URL_2 := ftp://ftp.remotesensing.org/geotiff/libgeotiff/$($(PKG)_FILE)
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
14 $(PKG)_DEPS := gcc zlib jpeg tiff proj
167
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 define $(PKG)_UPDATE
174
b81f3a9f48a5 fixed URLs for version recognition of packages 'libgeotiff' and 'proj'
Volker Grabsch <vog@notjusthosting.com>
parents: 171
diff changeset
17 wget -q -O- 'http://trac.osgeo.org/geotiff/' | \
167
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 $(SED) -n 's,.*libgeotiff-\([0-9][^>]*\)\.tar.*,\1,p' | \
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 head -1
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 endef
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 define $(PKG)_BUILD
759
bf4bcb3370fa changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents: 714
diff changeset
23 $(SED) -i 's,/usr/local,@prefix@,' '$(1)/bin/Makefile.in'
169
6337081fd7fa bugfix in the build rules of packages 'gd' and 'libgeotiff'
Volker Grabsch <vog@notjusthosting.com>
parents: 167
diff changeset
24 touch '$(1)/configure'
167
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
25 cd '$(1)' && ./configure \
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 --host='$(TARGET)' \
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 --disable-shared \
958
3720ba3026c8 upgrade package libgeotiff
Mark Brand <mabrand@mabrand.nl>
parents: 759
diff changeset
28 --prefix='$(PREFIX)/$(TARGET)' \
2188
afa412055a48 package libgeotiff: tiff 4 detection workaround
Mark Brand <mabrand@mabrand.nl>
parents: 1456
diff changeset
29 LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4` -ljpeg -lz"
222
00d6dd5f8109 work-around for a braindead line 'MAKE = make' in the Makefile of package libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents: 178
diff changeset
30 $(MAKE) -C '$(1)' -j 1 all install EXEEXT=.remove-me MAKE='$(MAKE)'
167
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
31 rm -fv '$(PREFIX)/$(TARGET)'/bin/*.remove-me
320bffc1d13c translated package: libgeotiff
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
32 endef