comparison src/sqlite.mk @ 1306:6d1e2d4e7ab0

upgrade package sqlite
author Mark Brand <mabrand@mabrand.nl>
date Fri, 08 Oct 2010 08:28:17 +0200
parents e878941387e3
children a4a89d5e4558
comparison
equal deleted inserted replaced
1305:d39ae1dcd00e 1306:6d1e2d4e7ab0
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # SQLite 4 # SQLite
5 PKG := sqlite 5 PKG := sqlite
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 3.7.2 7 $(PKG)_VERSION := 3.7.3
8 $(PKG)_CHECKSUM := 12aed8fc9c729444e82a27644ceb6d6a0e695cfc 8 $(PKG)_CHECKSUM := af3740819547f0dba52e096045525329f645c54f
9 $(PKG)_SUBDIR := sqlite-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := sqlite-$($(PKG)_VERSION)
10 $(PKG)_FILE := sqlite-amalgamation-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := sqlite-amalgamation-$($(PKG)_VERSION).tar.gz
11 $(PKG)_WEBSITE := http://www.sqlite.org/ 11 $(PKG)_WEBSITE := http://www.sqlite.org/
12 $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE) 12 $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc 13 $(PKG)_DEPS := gcc