diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index 3266033d..e77290b9 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -39,19 +39,31 @@ def setup(): --enable-64bit \ --enable-threads") - #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - def build(): - autotools.make() + autotools.make("-j1") shelltools.cd("tea") - autotools.make() + autotools.make("-j1") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - shelltools.cd("%s/sqlite-autoconf-3080803/tea" % get.workDIR()) + shelltools.cd("%s/sqlite-autoconf-3081002/tea" % get.workDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("README*") + + shelltools.cd("%s/sqlite-doc-3081002" % get.workDIR()) + shelltools.system("pwd") + + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3081002/*") + + # 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()) + shelltools.system("find %s -type f -perm 755 -exec chmod 644 {} \;" % get.installDIR()) + shelltools.system("find %s -type f -name '*~' -exec ls -lha {} \;" % get.installDIR()) + shelltools.system("find %s -type d -name '*~' -exec ls -lha {} \;" % get.installDIR()) + shelltools.system("find %s -name '*~' -exec rm -f {} \;" % get.installDIR()) + shelltools.system("find %s -type f -name '.~*' -exec ls -lha {} \;" % get.installDIR())# /build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg# + shelltools.system("find %s -type d -name '.~*' -exec ls -lha {} \;" % get.installDIR()) + shelltools.system("find %s -name '.~*' -exec rm -f {} \;" % get.installDIR()) \ No newline at end of file diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml index 61abdd95..d2015042 100644 --- a/system/base/sqlite/pspec.xml +++ b/system/base/sqlite/pspec.xml @@ -12,8 +12,8 @@ library An SQL Database Engine in a C Library SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size. - http://www.sqlite.org/2015/sqlite-autoconf-3080803.tar.gz - http://www.sqlite.org/2015/sqlite-doc-3080803.zip + http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz + http://www.sqlite.org/2015/sqlite-doc-3081002.zip readline-devel @@ -25,10 +25,10 @@ readline - /usr/bin /usr/lib - /usr/share/doc /usr/share/man + /usr/bin + /usr/share/doc/sqlite/README @@ -48,6 +48,7 @@ sqlite-32bit + sqlite-32bit için paylaşımlı kitaplıklar emul32 32-bit shared libraries for sqlite emul32 @@ -55,8 +56,8 @@ glibc-32bit - sqlite glibc-32bit + sqlite /usr/lib32 @@ -66,6 +67,8 @@ sqlite-tcl + programming.language.tcl + sqlite Tcl Extension Architecture (TEA) tcl-devel @@ -73,24 +76,45 @@ sqlite - /usr/lib/sqlite3.8.8.3 + /usr/lib/sqlite3.8.10.2 sqlite-tcl-32bit + emul32 + sqlite-tcl-32bit için paylaşımlı kitaplıklar glibc-32bit - sqlite glibc-32bit + sqlite - /usr/lib32/sqlite3.8.8.3/ + /usr/lib32/sqlite3.8.10.2/ + + + sqlite-doc + sqlite-doc, sqlite için doküman belgeleri + + sqlite + + + /usr/share/doc/sqlite/ + + + + + 2015-06-08 + 3.8.10.2 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + 2015-02-28 3.8.8.3 @@ -98,7 +122,7 @@ Vedat Demir vedat@pisilinux.org - + 2015-01-31 3.8.8.2 Version bump.