summaryrefslogtreecommitdiff
path: root/packages/efl/edb-utils_1.0.5.005.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/efl/edb-utils_1.0.5.005.bb')
-rw-r--r--packages/efl/edb-utils_1.0.5.005.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/efl/edb-utils_1.0.5.005.bb b/packages/efl/edb-utils_1.0.5.005.bb
new file mode 100644
index 0000000000..401d0e7e46
--- /dev/null
+++ b/packages/efl/edb-utils_1.0.5.005.bb
@@ -0,0 +1,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 = ""