blob: 30c14d3d5829ef9413f62a5aa341e1a0aa959d52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "EDB is a database convenience library wrapped around the \
Berkeley DB 2.7.7 by Sleepycat Software."
DEPENDS = "zlib ncurses"
LICENSE = "BSD"
PR = "r1"
inherit efl
EXTRA_OECONF += "--disable-gtk"
libdirectory = "src"
FILES_${PN}-dev += "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed"
RDEPENDS_${PN}-dev += "ncurses"
|