packages/libdbi: fix description

Signed-off-by: Sven Roederer <Sven.Roederer@gmx.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29529 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-12-14 10:16:46 +00:00
parent 5c4d1f681c
commit a21248d38f

View File

@ -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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -29,9 +29,7 @@ define Package/libdbi
endef endef
define Package/libdbi/description define Package/libdbi/description
SQLite is a small C library that implements a self-contained, embeddable, libdbi implements a database-independent abstraction layer in C.
zero-configuration SQL database engine. This package contains the SQLite
(v3.x) shared library, used by other programs.
endef endef
define Build/InstallDev define Build/InstallDev