summaryrefslogtreecommitdiff
path: root/packages/e17/eclair_20060101.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/e17/eclair_20060101.bb')
-rw-r--r--packages/e17/eclair_20060101.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/e17/eclair_20060101.bb b/packages/e17/eclair_20060101.bb
new file mode 100644
index 0000000000..7e1d1e5bda
--- /dev/null
+++ b/packages/e17/eclair_20060101.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Eclair is the E17 multi media player"
+SECTION = "e/apps"
+DEPENDS = "evas-x11 ecore-x11 embryo imlib2-x11 edje-native edje libxine-x11 emotion esmart-x11 libxml2 sqlite3 taglibc"
+LICENSE = "MIT"
+HOMEPAGE = "http://www.enlightenment.org"
+MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
+PR = "r1"
+
+SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/eclair;date=${PV}"
+S = "${WORKDIR}/eclair"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"
+
+FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"
+