e0cf9e86b9
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
297 B
Makefile
13 lines
297 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))
|