[package] add credis, C library for communicating with Redis servers (#7535)
[openwrt/svn-archive/archive.git] / libs / sqlite3 / Makefile
index 2770a85f8a925a03794ff31769a6c6f0f5b0fd8e..ee637c1d2891fec8fb87d97cef545ec9c4d77e5c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,14 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3.6.20
+PKG_VERSION:=3.7.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-amalgamation-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.sqlite.org/
-PKG_MD5SUM:=4bb3e9ee5d25e88b8ff8533fbeb168aa
+PKG_MD5SUM:=61b85f108760f91b79afc7833e6e6cb4
 
 PKG_BUILD_DEPENDS:=libncurses libreadline
+PKG_FIXUP:=libtool
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk