summaryrefslogtreecommitdiff
path: root/packages/e17/e-modules_20060128.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/e17/e-modules_20060128.bb')
-rw-r--r--packages/e17/e-modules_20060128.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/e17/e-modules_20060128.bb b/packages/e17/e-modules_20060128.bb
new file mode 100644
index 0000000000..3a50083130
--- /dev/null
+++ b/packages/e17/e-modules_20060128.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Enlightenment Window Manager Extra Modules"
+DEPENDS = "ecore-x11 evas-x11 esmart-x11 edje eet e"
+LICENSE = "MIT"
+SECTION = "e/apps"
+MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
+PR = "r1"
+
+inherit autotools
+
+SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e_modules;date=${PV}"
+S = "${WORKDIR}/e_modules"
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"
+
+FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}"
+
+do_compile_prepend() {
+ find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
+} \ No newline at end of file