mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
gdbm: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
df9a5973e9
commit
e0cf9e86b9
@ -345,6 +345,7 @@ endmenu
|
||||
|
||||
menu "Database"
|
||||
source "package/berkeleydb/Config.in"
|
||||
source "package/gdbm/Config.in"
|
||||
source "package/mysql_client/Config.in"
|
||||
source "package/sqlcipher/Config.in"
|
||||
source "package/sqlite/Config.in"
|
||||
|
8
package/gdbm/Config.in
Normal file
8
package/gdbm/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
||||
|
12
package/gdbm/gdbm.mk
Normal file
12
package/gdbm/gdbm.mk
Normal file
@ -0,0 +1,12 @@
|
||||
#############################################################
|
||||
#
|
||||
# gdbm
|
||||
#
|
||||
#############################################################
|
||||
GDBM_VERSION = 1.10
|
||||
GDBM_SITE = $(BR2_GNU_MIRROR)/gdbm
|
||||
GDBM_LICENSE = GPLv3
|
||||
GDBM_LICENSE_FILES = COPYING
|
||||
GDBM_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user