aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdbm/gdbm_1.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gdbm/gdbm_1.8.3.bb')
-rw-r--r--recipes/gdbm/gdbm_1.8.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gdbm/gdbm_1.8.3.bb b/recipes/gdbm/gdbm_1.8.3.bb
new file mode 100644
index 0000000000..f3beb47b41
--- /dev/null
+++ b/recipes/gdbm/gdbm_1.8.3.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
+HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+PR = "r2"
+
+SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
+ file://makefile.patch;patch=1 \
+ file://libtool-mode.patch;patch=1"
+
+inherit autotools
+
+do_stage () {
+ oe_libinstall -so -a libgdbm ${STAGING_LIBDIR}
+ install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/
+}