bfa4428d78
Upstream migrated to automake for autotools: the "installlib" target no longer exist, and we can use the standard "install" target, and therefore drop the special INSTALL_STAGING_OPTS and INSTALL_TARGET_OPTS variables. Add license hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
541 B
Makefile
18 lines
541 B
Makefile
################################################################################
|
|
#
|
|
# expat
|
|
#
|
|
################################################################################
|
|
|
|
EXPAT_VERSION = 2.2.4
|
|
EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)
|
|
EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.bz2
|
|
EXPAT_INSTALL_STAGING = YES
|
|
EXPAT_DEPENDENCIES = host-pkgconf
|
|
HOST_EXPAT_DEPENDENCIES = host-pkgconf
|
|
EXPAT_LICENSE = MIT
|
|
EXPAT_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|