aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-scons_1.3.0.bb
blob: 82231f24e6c7a3a582f5a6573d76de34918db69a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
DESCRIPTION = "A Software Construction Tool"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
SRCNAME = "scons"
PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz;name=scons \
           file://toolchain-from-env.SConscript \
"
SRC_URI[scons.md5sum] = "ad6838c867abd2ad5bf371b353d594f7"
SRC_URI[scons.sha256sum] = "4bde47b9a40fe767f089f5996d56b6e85a2d4929309b9c07a2dff363a78b0002"

S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

do_install_append() {
	install -d ${D}${datadir}/scons/
	install -m 0644 ${WORKDIR}/toolchain-from-env.SConscript ${D}${datadir}/scons/ 
}

NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"

RDEPENDS_${PN} = "python-shell \
	       python-stringold \
	       python-lang \
	       python-io \
	       python-fcntl \
	       python-pickle \
	       python-crypt"