3c99b288578de1705c81287ca244618065bf7634
[vuplus_openembedded] / gdbm / gdbm-native_1.8.3.oe
1 DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
2 HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6
7 SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
8            file://makefile.patch;patch=1"
9 S = "${WORKDIR}/gdbm-${PV}"
10
11 inherit autotools native
12
13 do_stage () {
14         oe_libinstall -so -a libgdbm ${STAGING_LIBDIR}
15         install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/
16 }