aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sugar/etoys_4.0.2212.bb
blob: 649be2ead202e3602ddb5851e16c42256b4ee9a3 (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
DESCRIPTION = "Sugar etoys"
LICENSE = "GPLv2"

PR = "r1"

DEPENDS = "sugar"
RDEPENDS_${PN} = "sugar shared-mime-info"

SRC_URI = "http://download.sugarlabs.org/sources/sucrose/glucose/etoys/etoys-${PV}.tar.gz \
           file://etoys.diff"

inherit autotools distutils-base

do_configure_prepend() {
        mkdir -p ${S}/m4
}

PACKAGES_ARCH = "all"
FILES_${PN} += "${datadir}/${PN} \
                ${datadir}/xsessions \
                ${datadir}/dbus-1 \
                ${datadir}/sugar/activities \
                ${sysconfdir} "


SRC_URI[md5sum] = "3eeb43af8c6bc0a30b46739707e27259"
SRC_URI[sha256sum] = "8b5499c26860c8a11750e9e03b9a7d70dd8e7ffce16457e9ee9d7850d554e7ab"