• 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/python-distutilscross/python-distutilscross.mk
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind) committed 69e64c42b7f03 Jul 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
#############################################################
2
#
3
# python-distutilscross
4
#
5
#############################################################
6
​
7
PYTHON_DISTUTILSCROSS_VERSION = 0.1
8
PYTHON_DISTUTILSCROSS_SOURCE  = distutilscross-$(PYTHON_DISTUTILSCROSS_VERSION).tar.gz
9
PYTHON_DISTUTILSCROSS_SITE    = http://pypi.python.org/packages/source/d/distutilscross
10
​
11
HOST_PYTHON_DISTUTILSCROSS_DEPENDENCIES = host-python host-python-setuptools
12
​
13
define HOST_PYTHON_DISTUTILSCROSS_BUILD_CMDS
14
    (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
15
endef
16
​
17
define HOST_PYTHON_DISTUTILSCROSS_INSTALL_CMDS
18
    (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(HOST_DIR)/usr)
19
endef
20
​
21
$(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.