generic-poky/meta/packages/gdbm/gdbm_1.8.3.bb
Marcin Juszkiewicz 66a5d0fe06 gdbm: remove whitespace
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2916 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-19 11:05:42 +00:00

19 lines
470 B
BlitzBasic

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}/
}