aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl/edb_1.0.5.005.bb
blob: 620b39d3011f714fed48084fe3d95f2e874ab639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "EDB is a database convenience library wrapped around the \
Berkeley DB 2.7.7 by Sleepycat Software."
DEPENDS = "zlib ncurses"
LICENSE = "BSD"
PR = "r2"

PACKAGES = "edb-utils"
FILES_edb-utils = "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed"
RDEPENDS_edb-utils += "ncurses"

inherit efl

EXTRA_OECONF += "--disable-gtk"

libdirectory = "src"