summaryrefslogtreecommitdiff
path: root/edb/edb_cvs.oe
blob: 64145af0e1d6b34bca8388336f0e63da2b548062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"