aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Denia <naoir@gmx.net>2014-07-06 11:09:34 +0200
committerMarcel Denia <naoir@gmx.net>2014-07-06 11:17:31 +0200
commitb8272ceb2e3e25021e4cb1e0bcb2246ad4874b56 (patch)
treecdc76fdf927457ace995905944b232ce59bea0f4
parent690eac47155625a0abdceef3bd303e1c7ca13533 (diff)
libs/gdbm: Add package description
Signed-off-by: Marcel Denia <naoir@gmx.net>
-rw-r--r--libs/gdbm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile
index 124902b5b..03db08665 100644
--- a/libs/gdbm/Makefile
+++ b/libs/gdbm/Makefile
@@ -32,6 +32,12 @@ define Package/libgdbm
URL:=http://www.gnu.org/software/gdbm/
endef
+define Package/libgdbm/description
+ GNU database manager library
+ GNU dbm is a set of database routines that use extendible hashing and
+ works similar to the standard UNIX dbm routines.
+endef
+
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \