1 ################################################################################
5 ################################################################################
7 LIBGEOTIFF_VERSION
= 1.4.0
8 LIBGEOTIFF_SITE
= http
://download.osgeo.org
/geotiff
/libgeotiff
9 LIBGEOTIFF_LICENSE
= X11-style
, public domain
10 LIBGEOTIFF_LICENSE_FILES
= LICENSE
11 LIBGEOTIFF_DEPENDENCIES
= tiff host-pkgconf
12 LIBGEOTIFF_INSTALL_STAGING
= YES
13 LIBGEOTIFF_AUTORECONF
= YES
15 ifeq ($(BR2_PACKAGE_ZLIB
),y
)
16 LIBGEOTIFF_DEPENDENCIES
+= zlib
17 LIBGEOTIFF_CONF_OPTS
+= --with-zlib
19 LIBGEOTIFF_CONF_OPTS
+= --without-zlib
22 ifeq ($(BR2_PACKAGE_JPEG
),y
)
23 LIBGEOTIFF_DEPENDENCIES
+= jpeg
24 LIBGEOTIFF_CONF_OPTS
+= --with-jpeg
26 LIBGEOTIFF_CONF_OPTS
+= --without-jpeg
29 $(eval
$(autotools-package
))