Commit 642bfa6e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: add tiff

parent 0b04a788
814d5b2b488c8332ab1e17095004d42d44717a530ab2675740ef4256050971fb5feb35f804001e1bc5081f4a02c38922555fdc4c947b041876c96a32385da094 tiff-3.9.5.tar.gz
# tiff
TIFF_VERSION := 3.9.5
TIFF_URL := ftp://ftp.remotesensing.org/libtiff/tiff-$(TIFF_VERSION).tar.gz
PKGS += tiff
$(TARBALLS)/tiff-$(TIFF_VERSION).tar.gz:
$(call download,$(TIFF_URL))
.sum-tiff: tiff-$(TIFF_VERSION).tar.gz
tiff: tiff-$(TIFF_VERSION).tar.gz .sum-tiff
$(UNPACK)
$(MOVE)
.tiff: tiff
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-CFLAGS="$(CFLAGS)" --with-JPEG=no --with-ZIP=no
cd $< && $(MAKE) -C port && $(MAKE) -C libtiff
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment