diff options
Diffstat (limited to 'recipes/python/python-scons_1.2.0.bb')
-rw-r--r-- | recipes/python/python-scons_1.2.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-scons_1.2.0.bb b/recipes/python/python-scons_1.2.0.bb new file mode 100644 index 0000000000..dc5b40243e --- /dev/null +++ b/recipes/python/python-scons_1.2.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "A Software Construction Tool" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "scons" + +SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |