aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking/esmart/esmart_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nonworking/esmart/esmart_cvs.oe')
-rw-r--r--nonworking/esmart/esmart_cvs.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/nonworking/esmart/esmart_cvs.oe b/nonworking/esmart/esmart_cvs.oe
deleted file mode 100644
index d12048e82b..0000000000
--- a/nonworking/esmart/esmart_cvs.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "A collection of smart Evas objects"
-SECTION = "libs"
-DEPENDS = "evas evas-x11 ecore imlib2 edje libtool"
-PV = "${CVSDATE}"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/esmart"
-S = "${WORKDIR}/esmart"
-
-inherit autotools pkgconfig binconfig
-
-do_stage () {
- oe_libinstall -C src/lib libesmart ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/lib/Esmart.h ${STAGING_INCDIR}/
-}