summaryrefslogtreecommitdiff
path: root/package/sqlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/sqlite/Makefile')
-rw-r--r--package/sqlite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/sqlite/Makefile b/package/sqlite/Makefile
index 97d0a7535..9fa748083 100644
--- a/package/sqlite/Makefile
+++ b/package/sqlite/Makefile
@@ -7,10 +7,10 @@ PKG_NAME:= sqlite
PKG_VERSION:= 3.6.20
PKG_RELEASE:= 1
PKG_MD5SUM:= 0faf8fc8ccff5297513c6532b2b4ce23
-PKG_DESCR:= Self-contained, embeddable, zero-configuration SQL database
-PKG_SECTION:= libs
+PKG_DESCR:= embeddable SQL database
+PKG_SECTION:= db
PKG_BUILDDEP+= ncurses readline
-PKG_URL:= http://www.sqlite.org
+PKG_URL:= http://www.sqlite.org/
PKG_SITES:= http://www.sqlite.org/
include ${TOPDIR}/mk/package.mk