Magellan Linux

Contents of /trunk/extras/sqlite/sqlite-3.5.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 745 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/sqlite/sqlite-3.5.6-r1.smage2,v 1.1 2008/02/12 11:05:18 niro Exp $
2
3 PNAME="sqlite"
4 PVER="3.5.6"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-db"
8 STATE="unstable"
9
10 DESCRIPTION="SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine."
11 HOMEPAGE="http://www.sqlite.org/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.sqlite.org/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure \
30 --enable-incore-db \
31 --enable-tempdb-in-ram \
32 --enable-cross-thread-connections \
33 --enable-threadsafe \
34 --disable-tcl \
35 --disable-debug \
36 || die
37
38 mmake all || die
39 }

Properties

Name Value
svn:keywords Id