Ravenports generated: 04 Aug 2017 10:02
[ravenports.git] / bucket_6D / sqlite
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               sqlite
4 VERSION=                3.20.0
5 KEYWORDS=               databases
6 VARIANTS=               standard
7 SDESC[standard]=        SQL database engine in a C library
8 HOMEPAGE=               https://www.sqlite.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://www.sqlite.org/2017/
13                         http://www2.sqlite.org/2017/
14                         http://www3.sqlite.org/2017/
15 DISTFILE[1]=            sqlite-autoconf-3200000.tar.gz:main
16 DF_INDEX=               1
17 SPKGS[standard]=        single
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   libtool ncurses readline
23
24 DISTNAME=               sqlite-autoconf-3200000
25
26 LICENSE=                PUBDOM:single
27 LICENSE_SCHEME=         solo
28 LICENSE_FILE=           PUBDOM:{{WRKDIR}}/LICENSE
29
30 FPC_EQUIVALENT=         databases/sqlite3
31
32 MUST_CONFIGURE=         gnu
33 CONFIGURE_ARGS=         --enable-dynamic-extensions
34                         --enable-static-shell
35                         --enable-threadsafe
36                         --enable-readline
37
38 SINGLE_JOB=             yes
39
40 INSTALL_TARGET=         install-strip
41
42 CPPFLAGS=               -DSQLITE_ENABLE_DBSTAT_VTAB=1
43                         -DSQLITE_ENABLE_FTS3_TOKENIZER=1
44                         -DSQLITE_ENABLE_FTS3_PARENTHESIS=1
45                         -DSQLITE_ENABLE_FTS4=1
46                         -DSQLITE_ENABLE_COLUMN_METADATA=1
47                         -DSQLITE_SECURE_DELETE=1
48                         -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
49                         -DSQLITE_USE_URI=1
50                         -DSQLITE_TEMP_STORE=2
51 LDFLAGS=                -lpthread
52
53 post-install:
54         ${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
55
56 post-extract:
57         ${AWK} '/^#ifndef/ {exit}; {print}' ${WRKSRC}/sqlite3.h \
58                 > ${WRKDIR}/LICENSE
59
60 [FILE:352:descriptions/desc.single]
61 SQLite is an SQL database engine in a C library. Programs that link the
62 SQLite library can have SQL database access without running a separate
63 RDBMS process. The distribution comes with a standalone command-line
64 access program (sqlite3) that can be used to administer an SQLite database
65 and which serves as an example of how to use the SQLite library.
66
67
68 [FILE:109:distinfo]
69 3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0      2565548 sqlite-autoconf-3200000.tar.gz
70
71
72 [FILE:171:manifests/plist.single]
73 bin/sqlite3
74 include/
75  sqlite3.h
76  sqlite3ext.h
77 lib/
78  libsqlite3.a
79  libsqlite3.so
80  libsqlite3.so.0
81  libsqlite3.so.0.8.6
82 lib/pkgconfig/sqlite3.pc
83 share/man/man1/sqlite3.1.gz
84