[packages_10.03.2] libdbi: merge r29529
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 18:30:50 +0000 (18:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Feb 2012 18:30:50 +0000 (18:30 +0000)
SVN-Revision: 30045

libs/libdbi/Makefile

index 82511e82d3d51e023d42daf31d5c8eabbf601200..8bb5159b0ebfd1bdf2be02729a20756789b2e252 100644 (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.
 # 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