diff options
-rw-r--r-- | edb/edb_cvs.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/edb/edb_cvs.oe b/edb/edb_cvs.oe index e69de29bb2..64145af0e1 100644 --- a/edb/edb_cvs.oe +++ b/edb/edb_cvs.oe @@ -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" |