merge of 852e43ffea417b36fb0ec4e3a883e91cb7960eb6
[openembedded.git] / packages / efl / edb-utils_1.0.5.006.bb
1 DESCRIPTION = "EDB is a database convenience library wrapped around the \
2 Berkeley DB 2.7.7 by Sleepycat Software."
3 DEPENDS = "zlib ncurses"
4 LICENSE = "BSD"
5 PR = "r4"
6
7 inherit efl
8
9 EXTRA_OECONF += "--disable-gtk"
10
11 PACKAGES = "edb-utils"
12 FILES_${PN} = "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed"
13 RDEPENDS_${PN} += "ncurses"
14
15 SRC_URI = "${E_URI}/edb-${PV}.tar.gz"
16 S = "${WORKDIR}/edb-${PV}"
17
18 libraries = ""
19 headers = ""