• 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/zxing/zxing.mk
Simon DawsonSimon Dawson committed ab836f14e6202 Jan 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# zxing
4
#
5
################################################################################
6
​
7
ZXING_VERSION = 2.3.0
8
ZXING_SITE = http://zxing.googlecode.com/files
9
ZXING_SOURCE = ZXing-$(ZXING_VERSION).zip
10
ZXING_LICENSE = Apache-2.0
11
ZXING_LICENSE_FILES = COPYING
12
ZXING_INSTALL_STAGING = YES
13
​
14
ifneq ($(BR2_ENABLE_LOCALE),y)
15
ZXING_DEPENDENCIES += libiconv
16
endif
17
​
18
define ZXING_EXTRACT_CMDS
19
    unzip -d $(BUILD_DIR) $(DL_DIR)/$(ZXING_SOURCE)
20
endef
21
​
22
define ZXING_BUILD_CMDS
23
    $(MAKE) -C $(@D)/cpp/core/src $(TARGET_CONFIGURE_OPTS)
24
endef
25
​
26
define ZXING_INSTALL_STAGING_CMDS
27
    $(MAKE) -C $(@D)/cpp/core/src DESTDIR=$(STAGING_DIR) install
28
endef
29
​
30
define ZXING_INSTALL_TARGET_CMDS
31
    $(MAKE) -C $(@D)/cpp/core/src DESTDIR=$(TARGET_DIR) install
32
endef
33
​
34
$(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.