aboutsummaryrefslogtreecommitdiffstats
path: root/gdbm/gdbm_1.8.3.oe
blob: 8a1e043e70c3d3201756f068df16cab0437069c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DEPENDS = "virtual/libc"
PROVIDES = "virtual/libgdbm"
SECTION = "libs"
DESCRIPTION = "GNU dbm is a set of database routines \
that use extensible hashing."

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

inherit autotools libtool

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