aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/enna/enna.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/enna/enna.inc')
-rw-r--r--recipes/enna/enna.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/enna/enna.inc b/recipes/enna/enna.inc
new file mode 100644
index 0000000000..4cc5b481cc
--- /dev/null
+++ b/recipes/enna/enna.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Enna is a media center application based on EFL."
+HOMEPAGE = "http://${PN}.geexbox.org/"
+SECTION = "x11/multimedia"
+LICENSE = "LGPLv2.1+"
+DEPENDS = "curl eet evas edje ecore edbus elementary emotion"
+DEPENDS += "libxml2 libvalhalla libplayer"
+
+INC_PR = "r1"
+
+SRC_URI = "http://${PN}.geexbox.org/releases/${P}.tar.bz2;name=${PN}"
+
+inherit autotools pkgconfig
+
+do_configure_prepend() {
+ autopoint || touch config.rpath
+}