BUGFIX: missing \ in edb
authorChris Larson <clarson@kergoth.com>
Thu, 27 May 2004 04:10:25 +0000 (04:10 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 27 May 2004 04:10:25 +0000 (04:10 +0000)
BKrev: 40b56a31-fzzmBdnvHHw97rLaIusFQ

edb/edb_cvs.oe

index e69de29..64145af 100644 (file)
@@ -0,0 +1,13 @@
+DESCRIPTION = "EDB is a database convenience library wrapped around the \
+Berkeley DB 2.7.7 by Sleepycat Software."
+SECTION = "libs"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+PV = "${CVSDATE}"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb;date=${CVSDATE}"
+S = "${WORKDIR}/edb"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-gtk \
+               --disable-ncurses"