sqlite remove tcl-devel
This commit is contained in:
@@ -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())
|
||||
shelltools.system("find %s -name '.~*' -exec rm -f {} \;" % get.installDIR())
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<!--<Package>
|
||||
<Name>sqlite-tcl</Name>
|
||||
<PartOf>programming.language.tcl</PartOf>
|
||||
<Summary>sqlite Tcl Extension Architecture (TEA)</Summary>
|
||||
@@ -94,7 +94,7 @@
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/sqlite3.8.10.2/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
</Package>-->
|
||||
|
||||
<Package>
|
||||
<Name>sqlite-doc</Name>
|
||||
|
||||
Reference in New Issue
Block a user