sqlite:v.bump
This commit is contained in:
@@ -19,6 +19,7 @@ def setup():
|
||||
"-DSQLITE_DISABLE_DIRSYNC",
|
||||
"-DSQLITE_ENABLE_FTS3",
|
||||
"-DSQLITE_ENABLE_FTS4",
|
||||
"-DSQLITE_ENABLE_FTS5",
|
||||
"-DSQLITE_ENABLE_FTS3_PARENTHESIS",
|
||||
"-DSQLITE_ENABLE_STMT_SCANSTATUS",
|
||||
"-DSQLITE_SOUNDEX",
|
||||
@@ -29,6 +30,11 @@ def setup():
|
||||
|
||||
autotools.configure("--disable-static \
|
||||
--enable-readline \
|
||||
--enable-fts3 \
|
||||
--enable-fts4 \
|
||||
--enable-fts5 \
|
||||
--enable-rtree \
|
||||
--enable-json1 \
|
||||
--enable-threadsafe")
|
||||
|
||||
#shelltools.cd("tea")
|
||||
@@ -48,15 +54,15 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#shelltools.cd("%s/sqlite-autoconf-3081002/tea" % get.workDIR())
|
||||
#shelltools.cd("%s/sqlite-autoconf-3110000/tea" % get.workDIR())
|
||||
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3081002" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3110000" % get.workDIR())
|
||||
shelltools.system("pwd")
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3081002/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3110000/*")
|
||||
|
||||
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
|
||||
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
|
||||
|
||||
Reference in New Issue
Block a user