Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 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))