summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons_2.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_2.3.4.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons_2.3.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons_2.3.4.bb b/meta/recipes-devtools/python/python-scons_2.3.4.bb
new file mode 100644
index 0000000..9b828fa
--- /dev/null
+++ b/meta/recipes-devtools/python/python-scons_2.3.4.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Software Construction tool (make/autotools replacement)"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2"
+SRCNAME = "scons"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "91fbbb67c2c65b03c746601baac4a6a5"
+SRC_URI[sha256sum] = "4b57d72066fed3b6ff65a7dd9f73633c9b1c09f87520e9b3aae84b3e4864b441"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
OpenPOWER on IntegriCloud