From 127fee29e19d1eb61df6227259abe7554106b00e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Fri, 12 Jun 2015 21:31:51 +0300 Subject: [PATCH] sqlite remove tcl-devel --- system/base/sqlite/actions.py | 44 +++++++++++++++++------------------ system/base/sqlite/pspec.xml | 4 ++-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index e77290b9..861eb533 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -24,40 +24,40 @@ def setup(): "-DSQLITE_SOUNDEX", "-DSQLITE_ENABLE_RTREE", "-DSQLITE_ENABLE_API_ARMOR") - + pisitools.cflags.sub("-O[s\d]", "-O3") - + autotools.configure("--disable-static \ --enable-readline \ --enable-threadsafe") - - shelltools.cd("tea") - autotools.configure(" \ - --enable-shared \ - --with-tcl='/usr/lib/' \ - --with-tclinclude='/usr/include' \ - --enable-64bit \ - --enable-threads") - + + #shelltools.cd("tea") + #autotools.configure(" \ + # --enable-shared \ + # --with-tcl='/usr/lib/' \ + # --with-tclinclude='/usr/include' \ + # --enable-64bit \ + # --enable-threads") + def build(): autotools.make("-j1") - - shelltools.cd("tea") - autotools.make("-j1") - + + #shelltools.cd("tea") + #autotools.make("-j1") + def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - shelltools.cd("%s/sqlite-autoconf-3081002/tea" % get.workDIR()) - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + #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()) @@ -66,4 +66,4 @@ def install(): 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 + shelltools.system("find %s -name '.~*' -exec rm -f {} \;" % get.installDIR()) diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml index d2015042..398622cd 100644 --- a/system/base/sqlite/pspec.xml +++ b/system/base/sqlite/pspec.xml @@ -65,7 +65,7 @@ - + sqlite-doc