summaryrefslogtreecommitdiff
path: root/packages/gdbm/gdbm_1.8.3.bb
blob: ca956520a7cfc18899565568ffd4e5f8ec746516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = "r1"

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

inherit autotools 

do_stage () {
	autotools_stage_all
}