You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
451 B
17 lines
451 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# libroxml
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
LIBROXML_VERSION = 3.0.2
|
||
|
LIBROXML_DIR = libroxml-$(LIBROXML_VERSION)
|
||
|
LIBROXML_SOURCE = libroxml-$(LIBROXML_VERSION).tar.gz
|
||
|
LIBROXML_SITE = http://download.libroxml.net/pool/v3.x
|
||
|
|
||
|
LIBROXML_CONF_OPTS = \
|
||
|
--disable-roxml
|
||
|
|
||
|
libroxml: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|