-optional_depends tcl "" "--disable-tcl" "for TCL extension" &&
-optional_depends readline "" "--disable-readline" "for Readline support"
+optional_depends tcl \
+ "--enable-tcl" \
+ "--disable-tcl" \
+ "for TCL extension" &&
+
+optional_depends readline \
+ "--enable-readline" \
+ "--disable-readline" \
+ "for Readline support"
diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index 9be17f0..8523e6a 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlite
- VERSION=3.5.9
-
SOURCE_HASH=sha512:9f24cf77233bd80d4015ed009a2dfd76491d9ff2c0adf7f5ad19db21180cc8dacafb94c1c28f160f1aaf052ff8d343538f15ab6f0725f93cad0c4460fc15ddd1
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=3.6.1
+
SOURCE_HASH=sha512:b5d29fe64c4546d24316a3e2577bd95f918666f91440a8315161eb6831f0fff670e4be4696a78c51c8f72d21a4eb64ec049fa2c0ec1ff1779ba5356146139fa6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://sqlite.org/$SOURCE
LICENSE[0]=PD
@@ -10,14 +10,13 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="sql database"
SHORT="SQL engine in a C library"
cat << EOF
-SQLite is a C library that implements an SQL database engine. A large
-subset of SQL92 is supported. A complete database is stored in a single
-disk file. The API is designed for convenience and ease of use.
-Applications that link against SQLite can enjoy the power and flexiblity
-of an SQL database without the administrative hassles of supporting a
-separate database server. Because it omits the client-server interaction
-overhead and writes directly to disk, SQLite is also faster than the big
-database servers for most operations. In addition to the C library, the
-SQLite distribution includes a command-line tool for interacting with
-SQLite databases and SQLite bindings for Tcl/Tk.
+SQLite is a C library that implements an SQL database engine. A large subset
of
+SQL92 is supported. A complete database is stored in a single disk file. The
+API is designed for convenience and ease of use. Applications that link
against
+SQLite can enjoy the power and flexiblity of an SQL database without the
+administrative hassles of supporting a separate database server. Because it
+omits the client-server interaction overhead and writes directly to disk,
+SQLite is also faster than the big database servers for most operations. In
+addition to the C library, the SQLite distribution includes a command-line
tool
+for interacting with SQLite databases and SQLite bindings for Tcl/Tk.
EOF
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index 70a1111..272186c 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,9 @@
+2008-08-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.6.1, fixed long desc, quoting the paths!
+ * DEPENDS: added `--enable' flags
+ * mk.diff: fixed for the new version
+ * PRE_BUILD: quoting the paths!
+
2008-05-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.5.9