• 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/ezxml/ezxml.mk
Jerzy GrzegorekJerzy Grzegorek committed 0e2e7c71d0d25 Sep 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# ezxml
4
#
5
################################################################################
6
​
7
EZXML_VERSION = 0.8.6
8
EZXML_SITE = http://downloads.sourceforge.net/project/ezxml/ezXML/ezXML%20$(EZXML_VERSION)
9
EZXML_INSTALL_STAGING = YES
10
​
11
define EZXML_BUILD_CMDS
12
    $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" AR=$(TARGET_AR) \
13
    -f GNUmakefile -C $(@D)
14
endef
15
​
16
define EZXML_INSTALL_STAGING_CMDS
17
    install -D -m 0644 $(@D)/ezxml.h $(STAGING_DIR)/usr/include/ezxml.h
18
    install -D -m 0644 $(@D)/libezxml.a $(STAGING_DIR)/usr/lib/libezxml.a
19
endef
20
​
21
define EZXML_INSTALL_TARGET_CMDS
22
    install -D -m 0644 $(@D)/ezxml.h $(TARGET_DIR)/usr/include/ezxml.h
23
    install -D -m 0644 $(@D)/libezxml.a $(TARGET_DIR)/usr/lib/libezxml.a
24
endef
25
​
26
define EZXML_UNINSTALL_STAGING_CMDS
27
    rm -f $(STAGING_DIR)/usr/include/ezxml.h
28
    rm -f $(STAGING_DIR)/usr/lib/libezxml.a
29
endef
30
​
31
define EZXML_UNINSTALL_TARGET_CMDS
32
    rm -f $(TARGET_DIR)/usr/include/ezxml.h
33
    rm -f $(TARGET_DIR)/usr/lib/libezxml.a
34
endef
35
​
36
define EZXML_CLEAN_CMDS
37
    -$(MAKE) -C $(@D) -f GNUmakefile clean
38
endef
39
​
40
$(eval $(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.