summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons_2.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-scons_2.3.2.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons_2.3.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons_2.3.2.bb b/meta/recipes-devtools/python/python-scons_2.3.2.bb
new file mode 100644
index 0000000000..fc5b302aae
--- /dev/null
+++ b/meta/recipes-devtools/python/python-scons_2.3.2.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Software Construction tool (make/autotools replacement)"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2"
5SRCNAME = "scons"
6
7SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
8
9SRC_URI[md5sum] = "bbd428da35ec176575a2b0be1f8d7162"
10SRC_URI[sha256sum] = "f993320c5e9515e6567fcce73df0a7a8808414bf1223c69123d3dcf339a449d4"
11
12S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14inherit distutils