Magellan Linux

Annotation of /branches/branch-xorg18/core/sqlite/sqlite-3.6.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (hide annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 760 byte(s)
created branch 'branch-xorg18'
1 niro 3179 # $Id$
2    
3     PNAME="sqlite"
4     PVER="3.6.18"
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     UP2DATE="updatecmd http://www.sqlite.org | grep -A2 Current | sed -n 's/.*Version \(.*\) of.*/\1/;$ p'"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure \
32     --enable-incore-db \
33     --enable-tempdb-in-ram \
34     --enable-cross-thread-connections \
35     --enable-threadsafe \
36     --disable-tcl \
37     --disable-debug \
38     || die
39    
40     mmake all || die
41     }

Properties

Name Value
svn:keywords Id