mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 18:42:11 +00:00
New package: python-dpkt
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
649915fb75
commit
bdd274110a
22
package/python-dpkt/python-dpkt.mk
Normal file
22
package/python-dpkt/python-dpkt.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
#############################################################
|
||||
#
|
||||
# python-dpkt
|
||||
#
|
||||
#############################################################
|
||||
|
||||
PYTHON_DPKT_VERSION = 1.7
|
||||
PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz
|
||||
PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files
|
||||
|
||||
PYTHON_DPKT_DEPENDENCIES = python
|
||||
|
||||
define PYTHON_DPKT_BUILD_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
|
||||
endef
|
||||
|
||||
define PYTHON_DPKT_INSTALL_TARGET_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS))
|
||||
|
||||
Reference in New Issue
Block a user