mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 lines
392 B
BlitzBasic
13 lines
392 B
BlitzBasic
DESCRIPTION = "Rage is a media center application based on EFL"
|
|
AUTHOR = "Carsten 'The Rasterman' Haitzler"
|
|
HOMEPAGE = "http://www.rasterman.com"
|
|
LICENSE = "MIT BSD"
|
|
DEPENDS = "emotion evas ecore edje"
|
|
SECTION = "x11/multimedia"
|
|
PV = "0.3.0.042+svnr${SRCPV}"
|
|
SRCREV = "${EFL_SRCREV}"
|
|
|
|
inherit e
|
|
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
|
|
S = "${WORKDIR}/${SRCNAME}"
|