summaryrefslogtreecommitdiff
path: root/packages/efl/edb-utils_1.0.5.005.bb
blob: 401d0e7e462e4d6dbee640a010c6abef0f3aba2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "EDB is a database convenience library wrapped around the \
Berkeley DB 2.7.7 by Sleepycat Software."
DEPENDS = "zlib ncurses"
LICENSE = "BSD"
PR = "r4"

inherit efl

EXTRA_OECONF += "--disable-gtk"

PACKAGES = "edb-utils"
FILES_${PN} = "${bindir}/edb_ed ${bindir}/edb_vt_ed ${bindir}/edb_gtk_ed"
RDEPENDS_${PN} += "ncurses"

SRC_URI = "http://enlightenment.freedesktop.org/files/edb-${PV}.tar.gz"
S = "${WORKDIR}/edb-${PV}"

libraries = ""
headers = ""