• 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-meld3/python-meld3.mk
Alexandre BelloniAlexandre Belloni committed 8dfd59d114406 Jun 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# python-meld3
4
#
5
################################################################################
6
​
7
PYTHON_MELD3_VERSION = 0.6.8
8
PYTHON_MELD3_SOURCE = meld3-$(PYTHON_MELD3_VERSION).tar.gz
9
PYTHON_MELD3_SITE = http://pypi.python.org/packages/source/m/meld3/
10
PYTHON_MELD3_DEPENDENCIES = python
11
PYTHON_MELD3_LICENSE = ZPLv2.1
12
PYTHON_MELD3_LICENSE_FILES = COPYRIGHT.txt LICENSE.txt
13
​
14
define PYTHON_MELD3_BUILD_CMDS
15
    (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
16
endef
17
​
18
define PYTHON_MELD3_INSTALL_TARGET_CMDS
19
    (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
20
endef
21
​
22
$(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.