• 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/docker/docker.mk
Arnout VandecappelleArnout Vandecappelle committed b73c7219bf324 Oct 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# docker
4
#
5
################################################################################
6
​
7
DOCKER_VERSION = 1.5
8
DOCKER_SITE = http://icculus.org/openbox/2/docker
9
DOCKER_DEPENDENCIES = host-pkgconf libglib2 xlib_libX11
10
​
11
DOCKER_LICENSE = GPLv2+
12
# The 'or later' is specified at the end of the README, so include that one too.
13
DOCKER_LICENSE_FILES = COPYING README
14
​
15
define DOCKER_BUILD_CMDS
16
    $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
17
        XLIBPATH=$(STAGING_DIR)/usr/lib
18
endef
19
​
20
define DOCKER_INSTALL_TARGET_CMDS
21
    $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
22
        XLIBPATH=$(STAGING_DIR)/usr/lib PREFIX=$(TARGET_DIR)/usr install
23
endef
24
​
25
$(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.