aboutsummaryrefslogtreecommitdiffstats
path: root/edb/edb_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'edb/edb_cvs.oe')
-rw-r--r--edb/edb_cvs.oe25
1 files changed, 0 insertions, 25 deletions
diff --git a/edb/edb_cvs.oe b/edb/edb_cvs.oe
deleted file mode 100644
index cd1491c379..0000000000
--- a/edb/edb_cvs.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "EDB is a database convenience library wrapped around the \
-Berkeley DB 2.7.7 by Sleepycat Software."
-SECTION = "e/libs"
-LICENSE = "MIT"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "zlib"
-PV = "${CVSDATE}"
-PR = "r2"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb"
-S = "${WORKDIR}/edb"
-
-inherit autotools pkgconfig binconfig
-
-EXTRA_OECONF = "--disable-gtk \
- --disable-ncurses"
-
-do_stage () {
- oe_libinstall -C src libedb ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/
-}
-
-FILES_${PN} = "${libdir}/libedb*.so*"
-FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig"
-