Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_GDBM
bool "gdbm"
help
GNU dbm is a set of database routines that use extensible hashing.
It works similar to the standard UNIX dbm routines.
http://www.gnu.org/software/gdbm/gdbm.html

View File

@@ -0,0 +1,2 @@
# From http://lists.gnu.org/archive/html/info-gnu/2013-12/msg00012.html
sha1 ce433d0f192c21d41089458ca5c8294efe9806b4 gdbm-1.11.tar.gz

View File

@@ -0,0 +1,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))