buildroot/package/erlang-p1-xml/erlang-p1-xml.mk
Johan Oudinet 3adcfadd95 erlang-p1-xml: new package.
[Thomas: fixup license, it is GPLv2+ and not GPLv2.]

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-02-03 10:23:16 +01:00

17 lines
491 B
Makefile

################################################################################
#
# erlang-p1-xml
#
################################################################################
ERLANG_P1_XML_VERSION = b530983
ERLANG_P1_XML_SITE = $(call github,processone,xml,$(ERLANG_P1_XML_VERSION))
ERLANG_P1_XML_LICENSE = GPLv2+
ERLANG_P1_XML_LICENSE_FILES = COPYING
ERLANG_P1_XML_DEPENDENCIES = expat
ERLANG_P1_XML_INSTALL_STAGING = YES
ERLANG_P1_XML_USE_AUTOCONF = YES
$(eval $(rebar-package))