mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
8
package/erlang-p1-xml/Config.in
Normal file
8
package/erlang-p1-xml/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_ERLANG_P1_XML
|
||||
bool "erlang-p1-xml"
|
||||
select BR2_PACKAGE_ERLANG_P1_UTILS
|
||||
select BR2_PACKAGE_EXPAT
|
||||
help
|
||||
XML utilities for Erlang
|
||||
|
||||
https://github.com/processone/xml
|
||||
2
package/erlang-p1-xml/erlang-p1-xml.hash
Normal file
2
package/erlang-p1-xml/erlang-p1-xml.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 8615f77a1448e297af25f85261b6e4a84952af797da2e317c8ec71fe2fe779ac erlang-p1-xml-1.1.34.tar.gz
|
||||
18
package/erlang-p1-xml/erlang-p1-xml.mk
Normal file
18
package/erlang-p1-xml/erlang-p1-xml.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-xml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_XML_VERSION = 1.1.34
|
||||
ERLANG_P1_XML_SITE = $(call github,processone,fast_xml,$(ERLANG_P1_XML_VERSION))
|
||||
ERLANG_P1_XML_LICENSE = Apache-2.0
|
||||
ERLANG_P1_XML_LICENSE_FILES = LICENSE.txt
|
||||
ERLANG_P1_XML_DEPENDENCIES = expat erlang-p1-utils
|
||||
HOST_ERLANG_P1_XML_DEPENDENCIES = host-expat host-erlang-p1-utils
|
||||
ERLANG_P1_XML_INSTALL_STAGING = YES
|
||||
|
||||
ERLANG_P1_XML_USE_AUTOCONF = YES
|
||||
|
||||
$(eval $(rebar-package))
|
||||
$(eval $(host-rebar-package))
|
||||
Reference in New Issue
Block a user