]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - sqlite/sqlite.nm
glibc: Update to 2.19.
[people/ms/ipfire-3.x.git] / sqlite / sqlite.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = sqlite
7 version = 3.7.10
8 release = 2
9 realver = 3071000
10
11 groups = System/Databases
12 url = http://www.sqlite.org/
13 license = PublicDomain
14 summary = A small an versative Database, that uses simple text files.
15
16 description
17 SQLite is a in-process library that implements a self-contained,
18 serverless, zero-configuration, transactional SQL database engine.
19 The code for SQLite is in the public domain and is thus free for
20 use for any purpose, commercial or private. SQLite is currently
21 found in more applications than we can count, including several
22 high-profile projects.
23 end
24
25 thisapp = %{name}-autoconf-%{realver}
26 source_dl = http://www.sqlite.org/
27
28 build
29 requires
30 ncurses-devel
31 readline-devel
32 tcl
33 end
34
35 CFLAGS += \
36 -DSQLITE_ENABLE_COLUMN_METADATA=1 \
37 -DSQLITE_DISABLE_DIRSYNC=1 \
38 -DSQLITE_ENABLE_FTS3=3 \
39 -DSQLITE_ENABLE_RTREE=1 \
40 -DSQLITE_SECURE_DELETE=1 \
41 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
42 -fno-strict-aliasing
43
44 configure_options += \
45 --enable-threadsafe \
46 --enable-threads-override-locks \
47 --enable-load-extension \
48 --disable-tcl
49 end
50
51 quality-agent
52 whitelist_rpath
53 /usr/lib
54 end
55 end
56
57 packages
58 package %{name}
59
60 package %{name}-libs
61 template LIBS
62 end
63
64 package %{name}-devel
65 template DEVEL
66 end
67
68 package %{name}-debuginfo
69 template DEBUGINFO
70 end
71 end