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 / expat / expat.mk
1 ################################################################################
2 #
3 # expat
4 #
5 ################################################################################
6
7 EXPAT_VERSION = 2.1.0
8 EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)
9 EXPAT_INSTALL_STAGING = YES
10 EXPAT_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) installlib
11 EXPAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) installlib
12 EXPAT_DEPENDENCIES = host-pkgconf
13 EXPAT_LICENSE = MIT
14 EXPAT_LICENSE_FILES = COPYING
15
16 $(eval $(autotools-package))
17 $(eval $(host-autotools-package))