From: Nicolas Thill Date: Wed, 14 Dec 2011 10:16:46 +0000 (+0000) Subject: packages/libdbi: fix description X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=33f6d3246de6b20f9369f00034a8d40c68c5f10b;p=openwrt%2Fsvn-archive%2Farchive.git packages/libdbi: fix description Signed-off-by: Sven Roederer SVN-Revision: 29529 --- diff --git a/libs/libdbi/Makefile b/libs/libdbi/Makefile index 82511e82d3..8bb5159b0e 100644 --- a/libs/libdbi/Makefile +++ b/libs/libdbi/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -29,9 +29,7 @@ define Package/libdbi endef define Package/libdbi/description - SQLite is a small C library that implements a self-contained, embeddable, - zero-configuration SQL database engine. This package contains the SQLite - (v3.x) shared library, used by other programs. + libdbi implements a database-independent abstraction layer in C. endef define Build/InstallDev