blob: 55ece8802a83a5d04c992e1eb5d246db26f702d4 [file] [log] [blame]
################################################################################
#
# gdbm
#
################################################################################
GDBM_VERSION = 1.12
GDBM_SITE = $(BR2_GNU_MIRROR)/gdbm
GDBM_LICENSE = GPLv3+
GDBM_LICENSE_FILES = COPYING
GDBM_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_GETTEXT),y)
GDBM_DEPENDENCIES += gettext
endif
$(eval $(autotools-package))