summaryrefslogtreecommitdiffstats
path: root/package/gdbm/gdbm.mk
blob: f7a437007c92ae5351a6e6e5af95de87d4c53013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# gdbm
#
################################################################################

GDBM_VERSION = 1.11
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))
OpenPOWER on IntegriCloud