Move all to deprecated folder.
This commit is contained in:
17
deprecated/firmware/buildroot/package/gdbm/gdbm.mk
Normal file
17
deprecated/firmware/buildroot/package/gdbm/gdbm.mk
Normal 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))
|
||||
Reference in New Issue
Block a user