# sqlite2/cfg - "Build" settings for package # Revision: 100328 #--------------------------------------------------------------------- [technotes] # 1. "sqlite2" and "sqlite3" are related, but separate, packages. Both # packages should be installed. #--------------------------------------------------------------------- # 2. SQLite (encompassing both "sqlite2" and "sqlite3") is public- # domain software. Specifically, according to documentation provided # with the source code: "The principal author and maintainer of SQLite # has disclaimed all copyright interest in his contributions to SQLite # and thus released his contributions into the public domain". #--------------------------------------------------------------------- # 3. Presently, the source tarball that's used for this package is # relatively old (it dates back to 2005). However, as of early 2007, # it was the latest known official version (of SQLite series 2, as # opposed to series 3). #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.40 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.43 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.50 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.04 hours (or 002.25 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = Public domain (see the preceding technical notes) patches = required tmpsize = 8M unpack = relaxed #--------------------------------------------------------------------- [depends] actools grep ncurses readline sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE patch -p1 < debian/patches/02-lemon-snprintf.patch bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-tcl \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/sqlite url_home = http://www.sqlite.org/ url_lfs = n/a url_tarball = http://www.sqlite.org/sqlite-2.8.17.tar.gz