• 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
Rahul BedarkarRahul Bedarkar committed cded7ae71ac30 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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_RUN_PERL = `which perl`
13
​
14
define HOST_LIBXML_PARSER_PERL_CONFIGURE_CMDS
15
    (cd $(@D) ; \
16
        $(HOST_CONFIGURE_OPTS) $(LIBXML_PARSER_PERL_RUN_PERL) Makefile.PL \
17
            PREFIX=$(HOST_DIR)/usr \
18
            EXPATLIBPATH=$(HOST_DIR)/usr/lib \
19
            EXPATINCPATH=$(HOST_DIR)/usr/include \
20
            INSTALLDIRS=site \
21
            INSTALLSITELIB=$(HOST_DIR)/usr/lib/perl \
22
            INSTALLSITEARCH=$(HOST_DIR)/usr/lib/perl \
23
    )
24
endef
25
​
26
define HOST_LIBXML_PARSER_PERL_BUILD_CMDS
27
    $(HOST_MAKE_ENV) $(MAKE) -C $(@D)
28
endef
29
​
30
define HOST_LIBXML_PARSER_PERL_INSTALL_CMDS
31
    $(HOST_MAKE_ENV) $(MAKE) -C $(@D) install
32
endef
33
​
34
$(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.