summaryrefslogtreecommitdiff
path: root/gdbm/gdbm_1.8.3.oe
blob: 79d895e12fe7c917b37843e8f1aaf1e597d5443f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"

SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
	   file://makefile.patch;patch=1"

inherit autotools 

do_stage () {
	oe_libinstall -so -a libgdbm ${STAGING_LIBDIR}
	install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/
}