aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sugar/etoys_3.0.2076.bb
blob: b124c5036e268d545ef7361defdf4369c3589bbf (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
DESCRIPTION = "Sugar etoys"
LICENSE = "GPLv2"

PR = "r1"

DEPENDS = "sugar"
RDEPENDS = "sugar shared-mime-info"

SRC_URI = "http://dev.laptop.org/pub/sugar/sources/etoys/etoys-${PV}.tar.gz \
           file://etoys.diff;patch=1"

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} "