• 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-nfc/python-nfc.mk
Alexandre BelloniAlexandre Belloni committed 8dfd59d114406 Jun 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# python-nfc
4
#
5
################################################################################
6
​
7
PYTHON_NFC_VERSION = 142
8
PYTHON_NFC_SITE = https://launchpad.net/nfcpy
9
PYTHON_NFC_SITE_METHOD = bzr
10
PYTHON_NFC_DEPENDENCIES = python libusb libusb-compat
11
​
12
define PYTHON_NFC_BUILD_CMDS
13
    (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
14
endef
15
​
16
define PYTHON_NFC_INSTALL_TARGET_CMDS
17
    (cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
18
endef
19
​
20
define PYTHON_NFC_UNINSTALL_TARGET_CMDS
21
    $(RM) -r $(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages/nfc/
22
endef
23
​
24
$(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.