• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libxml-parser-perl/libxml-parser-perl.mk
Ben LeinweberBen Leinweber committed 730da52edc412 Jul 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libxml-parser-perl
4
#
5
################################################################################
6
​
7
LIBXML_PARSER_PERL_VERSION = 2.44
8
LIBXML_PARSER_PERL_SOURCE = XML-Parser-$(LIBXML_PARSER_PERL_VERSION).tar.gz
9
LIBXML_PARSER_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TODDR
10
HOST_LIBXML_PARSER_PERL_DEPENDENCIES = host-expat
11
LIBXML_PARSER_PERL_LICENSE = Artistic or GPL-1.0+
12
LIBXML_PARSER_PERL_LICENSE_FILES = README
13
LIBXML_PARSER_PERL_RUN_PERL = `which perl`
14
​
15
define HOST_LIBXML_PARSER_PERL_CONFIGURE_CMDS
16
    (cd $(@D) ; \
17
        $(HOST_CONFIGURE_OPTS) $(LIBXML_PARSER_PERL_RUN_PERL) Makefile.PL \
18
            PREFIX=$(HOST_DIR) \
19
            EXPATLIBPATH=$(HOST_DIR)/lib \
20
            EXPATINCPATH=$(HOST_DIR)/include \
21
            INSTALLDIRS=site \
22
            INSTALLSITELIB=$(HOST_DIR)/lib/perl \
23
            INSTALLSITEARCH=$(HOST_DIR)/lib/perl \
24
    )
25
endef
26
​
27
define HOST_LIBXML_PARSER_PERL_BUILD_CMDS
28
    $(HOST_MAKE_ENV) $(MAKE) -C $(@D)
29
endef
30
​
31
define HOST_LIBXML_PARSER_PERL_INSTALL_CMDS
32
    $(HOST_MAKE_ENV) $(MAKE) -C $(@D) install
33
endef
34
​
35
$(eval $(host-generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.