summaryrefslogtreecommitdiff
path: root/eet/eet-native_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'eet/eet-native_cvs.oe')
-rw-r--r--eet/eet-native_cvs.oe9
1 files changed, 9 insertions, 0 deletions
diff --git a/eet/eet-native_cvs.oe b/eet/eet-native_cvs.oe
index e69de29bb2..bed5979c81 100644
--- a/eet/eet-native_cvs.oe
+++ b/eet/eet-native_cvs.oe
@@ -0,0 +1,9 @@
+include eet_${PV}.oe
+inherit native
+DEPENDS = "zlib-native"
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/eet"
+
+do_stage () {
+ oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
+ install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
+}