diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-27 04:10:25 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-27 04:10:25 +0000 |
commit | 00a0ec8d0727df449edcbf50a9058cd143affaf7 (patch) | |
tree | 85cee4c513077f1b8778a24dd3586701ab299d32 /edb | |
parent | 952358b0010c6b790d67731a7bcf153b50bf35dd (diff) |
BUGFIX: missing \ in edb
BKrev: 40b56a31-fzzmBdnvHHw97rLaIusFQ
Diffstat (limited to 'edb')
-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" |