summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-13 17:33:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-13 17:33:58 +0200
commit879be9db4f7fb285eb42a3f0479eaed457870097 (patch)
tree88cdcd827f51e80d21701ca71c975f51a079a1c1 /build/bootstrap.build
Initial packaging, based on SQLite 3.14.1
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r--build/bootstrap.build24
1 files changed, 24 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
new file mode 100644
index 0000000..5bc2a95
--- /dev/null
+++ b/build/bootstrap.build
@@ -0,0 +1,24 @@
+# file : build/bootstrap.build
+# copyright : not copyrighted - public domain
+
+project = libsqlite3
+
+# SQLite releases usually have 3-component versions but once in a while they
+# will make a 4-component release for what appears to be important bug fixes
+# only. So instead of dragging the fourth component around (and confusing a
+# lot of people in the process) we will always have three components and will
+# handle an occasional bugfix release with a revision.
+#
+version = 3.14.1
+revision = 0
+
+using build@0.4.0-a1
+using config
+using dist
+using test
+using install
+
+dist.package = $project-$version
+
+if ($revision != 0)
+ dist.package += +$revision