]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - sqlite/sqlite.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / sqlite / sqlite.nm
CommitLineData
45975375 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
45975375
MT
4###############################################################################
5
802ea3af 6name = sqlite
95eaffe6 7version = 3.7.10
8cd4ef58 8release = 2
95eaffe6 9realver = 3071000
45975375 10
802ea3af
MT
11groups = System/Databases
12url = http://www.sqlite.org/
13license = PublicDomain
14summary = A small an versative Database, that uses simple text files.
45975375 15
802ea3af 16description
95eaffe6
SS
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
45975375 22 high-profile projects.
802ea3af
MT
23end
24
95eaffe6
SS
25thisapp = %{name}-autoconf-%{realver}
26source_dl = http://www.sqlite.org/
802ea3af
MT
27
28build
29 requires
802ea3af
MT
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
45975375 43
802ea3af
MT
44 configure_options += \
45 --enable-threadsafe \
46 --enable-threads-override-locks \
47 --enable-load-extension \
48 --disable-tcl
802ea3af 49end
52d652a9 50
802ea3af
MT
51quality-agent
52 whitelist_rpath
53 /usr/lib
54 end
55end
45975375 56
802ea3af
MT
57packages
58 package %{name}
45975375 59
8cd4ef58
MT
60 package %{name}-libs
61 template LIBS
62 end
63
802ea3af
MT
64 package %{name}-devel
65 template DEVEL
66 end
1f9bc2f0
MT
67
68 package %{name}-debuginfo
69 template DEBUGINFO
70 end
802ea3af 71end