The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libgeotiff / libgeotiff.mk
1 ################################################################################
2 #
3 # libgeotiff
4 #
5 ################################################################################
6
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
14
15 ifeq ($(BR2_PACKAGE_ZLIB),y)
16 LIBGEOTIFF_DEPENDENCIES += zlib
17 LIBGEOTIFF_CONF_OPTS += --with-zlib
18 else
19 LIBGEOTIFF_CONF_OPTS += --without-zlib
20 endif
21
22 ifeq ($(BR2_PACKAGE_JPEG),y)
23 LIBGEOTIFF_DEPENDENCIES += jpeg
24 LIBGEOTIFF_CONF_OPTS += --with-jpeg
25 else
26 LIBGEOTIFF_CONF_OPTS += --without-jpeg
27 endif
28
29 $(eval $(autotools-package))