mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
scons: new package
Only the host package is supported. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ba930bbc19
commit
cae6d2397b
13
package/scons/scons.mk
Normal file
13
package/scons/scons.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
SCONS_VERSION = 2.0.1
|
||||||
|
SCONS_SOURCE = scons-$(SCONS_VERSION).tar.gz
|
||||||
|
SCONS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/scons
|
||||||
|
|
||||||
|
define HOST_SCONS_BUILD_CMDS
|
||||||
|
(cd $(@D); python setup.py build)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define HOST_SCONS_INSTALL_CMDS
|
||||||
|
(cd $(@D); python setup.py install --prefix=$(HOST_DIR)/usr)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call GENTARGETS,package,scons,host))
|
Loading…
x
Reference in New Issue
Block a user