comparison src/tiff.mk @ 2625:23be6bc534f1

update package tiff
author Mark Brand <mabrand@mabrand.nl>
date Sat, 16 Jun 2012 14:22:47 +0200
parents 4d0f3a9da57e
children 016ef289a545
comparison
equal deleted inserted replaced
2624:a0bd65068e37 2625:23be6bc534f1
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := tiff 4 PKG := tiff
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 8baf382231c9051a1b3eb294581289aa21447171 6 $(PKG)_CHECKSUM := d84b7b33a6cfb3d15ca386c8c16b05047f8b5352
7 $(PKG)_SUBDIR := tiff-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := tiff-$($(PKG)_VERSION)
8 $(PKG)_FILE := tiff-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := tiff-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://download.osgeo.org/libtiff/$($(PKG)_FILE) 9 $(PKG)_URL := http://download.osgeo.org/libtiff/$($(PKG)_FILE)
10 $(PKG)_URL_2 := ftp://ftp.remotesensing.org/libtiff/$($(PKG)_FILE) 10 $(PKG)_URL_2 := ftp://ftp.remotesensing.org/libtiff/$($(PKG)_FILE)
11 $(PKG)_DEPS := gcc zlib jpeg xz 11 $(PKG)_DEPS := gcc zlib jpeg xz
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 cd '$(1)' && ./configure \ 20 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 21 --host='$(TARGET)' \
22 --build="`config.guess`" \
22 --disable-shared \ 23 --disable-shared \
23 --prefix='$(PREFIX)/$(TARGET)' \ 24 --prefix='$(PREFIX)/$(TARGET)' \
24 --without-x 25 --without-x
25 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 26 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
26 endef 27 endef