From fde2cb983de05afb0c53171d7d4f8c09493bb8cf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 8 Oct 2008 23:54:44 +0200 Subject: [PATCH] Added sqlite-3.6.3 template... in preparation for firefox. --HG-- extra : convert_revision : 08c7f087180fa5b7ddc37b82f2810841bed2f1cf --- dependencies/build-depends.db | Bin 15872 -> 15872 bytes templates/sqlite.tmpl | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100755 templates/sqlite.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index c2291ffa386107713e0c08649567f67bde6d4083..ae0153d8da5fc4eff5932fb5504cb1c1ca792375 100644 GIT binary patch delta 48 zcmZpuX{gyCAi^uhaDm|u!x_d2j4_NCCMs^8{K0~SONs#qiVJfxOC|^EN^kxt!mbGb DlJgJX delta 33 ncmZpuX{gyCAi^!f@COLbFiv2MnXD*NKG7g+vVb7VB2i5M#VQK0 diff --git a/templates/sqlite.tmpl b/templates/sqlite.tmpl new file mode 100755 index 00000000000..a236b502090 --- /dev/null +++ b/templates/sqlite.tmpl @@ -0,0 +1,23 @@ +# Template build file for 'sqlite'. +pkgname=sqlite +version=3.6.3 +extract_sufx=".tar.gz" +url=http://sqlite.org +build_style=gnu_configure +configure_args="--disable-tcl --enable-load-extension --with-readline-inc=" +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +pkgconfig_override="sqlite3.pc" +short_desc="SQL Database Engine in a C Library" +maintainer="Juan RP " +checksum=3fec400f69e4c15a90a7f0715d4ef1c8d87f1700 +long_desc=" + SQLite is a C library that implements an SQL database engine. Programs + that link with the SQLite library can have SQL database access without + running a separate RDBMS process. The distribution comes with a standalone + command-line access program (sqlite) that can be used to administer an + SQLite database and which serves as an example of how to use the SQLite + library. + + SQLite is not a client library used to connect to a big database server. + SQLite is the server. The SQLite library reads and writes directly to and + from the database files on disk."