From b8272ceb2e3e25021e4cb1e0bcb2246ad4874b56 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Sun, 6 Jul 2014 11:09:34 +0200 Subject: [PATCH] libs/gdbm: Add package description Signed-off-by: Marcel Denia --- libs/gdbm/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 += \