8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
336 B
Makefile
14 lines
336 B
Makefile
################################################################################
|
|
#
|
|
# gdbm
|
|
#
|
|
################################################################################
|
|
|
|
GDBM_VERSION = 1.10
|
|
GDBM_SITE = $(BR2_GNU_MIRROR)/gdbm
|
|
GDBM_LICENSE = GPLv3
|
|
GDBM_LICENSE_FILES = COPYING
|
|
GDBM_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|