summaryrefslogtreecommitdiff
path: root/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-11 16:47:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-11 16:47:49 +0300
commit3d3a63d289cdaa8bc4d4a3820d499ea5a3205b43 (patch)
treee608c7ebe88503c670fcec02b6db5f54a6843dd2 /README-DEV
parentaa5ecc3b21bf88c5b9b9c17912e4efbd96eeab34 (diff)
Release version 3.18.2+7v3.18.2
Place libsqlite3 and sqlite3 packages into single repository.
Diffstat (limited to 'README-DEV')
-rw-r--r--README-DEV13
1 files changed, 13 insertions, 0 deletions
diff --git a/README-DEV b/README-DEV
new file mode 100644
index 0000000..84fa2bd
--- /dev/null
+++ b/README-DEV
@@ -0,0 +1,13 @@
+This document describes the approach applied to packaging SQLite for build2. In
+particular, this understanding will be useful when upgrading to a new upstream
+version.
+
+The upstream package contains the libsqlite3 library and the sqlite3 program
+that we package separately (see the respective README-DEV files for details).
+
+We extract the upstream package from the archive and symlink the required files
+into the build2 package subdirectories.
+
+For 3.18.2, that we packaged initially, the archive URL is
+https://www.sqlite.org/2017/sqlite-autoconf-3180200.tar.gz. For the future
+releases the URL can be deduced from the above.