summaryrefslogtreecommitdiff
path: root/package/gdbm/gdbm.mk
blob: 55ece8802a83a5d04c992e1eb5d246db26f702d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# 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))