d413117c41
[Thomas: split from the original patch of Francois.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
474 B
Makefile
14 lines
474 B
Makefile
################################################################################
|
|
#
|
|
# perl-xml-sax-base
|
|
#
|
|
################################################################################
|
|
|
|
PERL_XML_SAX_BASE_VERSION = 1.08
|
|
PERL_XML_SAX_BASE_SOURCE = XML-SAX-Base-$(PERL_XML_SAX_BASE_VERSION).tar.gz
|
|
PERL_XML_SAX_BASE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GR/GRANTM/
|
|
PERL_XML_SAX_BASE_DEPENDENCIES = perl
|
|
PERL_XML_SAX_BASE_LICENSE = Artistic or GPLv1+
|
|
|
|
$(eval $(perl-package))
|