diff options
Diffstat (limited to 'recipes/e17/enna_svn.bb')
-rw-r--r-- | recipes/e17/enna_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/e17/enna_svn.bb b/recipes/e17/enna_svn.bb new file mode 100644 index 0000000000..d365d63435 --- /dev/null +++ b/recipes/e17/enna_svn.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Enna is a media center application based on EFL" +LICENSE = "GPL" +DEPENDS = "curl dbus eet evas edje ecore edbus emotion" +DEPENDS += "libmusicbrainz lightmediascanner libxml2 taglib" +SECTION = "x11/multimedia" +PV = "0.2.0+svnr${SRCREV}" +PR = "r1" + +inherit e + +SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/MISC;module=enna;proto=http" +S = "${WORKDIR}/enna" + +FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" |