Merge pull request #29 from ertugerata/master

sqlite --remove tcl-devel
This commit is contained in:
Ertuğrul Erata
2015-06-12 21:33:50 +03:00
6 changed files with 49 additions and 50 deletions
+23 -24
View File
@@ -1218,6 +1218,13 @@
</AdditionalFiles>
</Package>
<History>
<Update release="9">
<Date>2014-06-04</Date>
<Version>1.0.7</Version>
<Comment>Add aufs module initramfs</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-05-11</Date>
<Version>1.0.7</Version>
@@ -13496,8 +13503,8 @@
<Description xml:lang="fr">SQLite est une petite librairie C implémentant un moteur de base de données SQL auto-configurée, auto-suffisante, pouvant être embarquée. Gère des bases de données de tailles allant jusqu&apos;à 2 téraOctets.</Description>
<Description xml:lang="en">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.</Description>
<Description xml:lang="tr">SQLite hiçbir ayar gerektirmeyen, başka programların içine gömülebilir bir SQL veritabanı motorudur. 2 terabayta kadar büyüklükteki veritabanlarını tutabilir.</Description>
<Archive type="targz" sha1sum="2fe3f6226a2a08a2e814b97cd53e36bb3c597112">http://www.sqlite.org/2015/sqlite-autoconf-3080803.tar.gz</Archive>
<Archive type="zip" sha1sum="27c2cada8e663f694c0469bcae09eb0d8c55dd7c">http://www.sqlite.org/2015/sqlite-doc-3080803.zip</Archive>
<Archive type="targz" sha1sum="c2f2c17d3dc4c4e179d35cc04e4420636d48a152">http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz</Archive>
<Archive type="zip" sha1sum="2e816999255e4fced7d93b6ad3650a361a446288">http://www.sqlite.org/2015/sqlite-doc-3081002.zip</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
@@ -13509,10 +13516,10 @@
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/sqlite/README</Path>
</Files>
</Package>
<Package>
@@ -13521,7 +13528,7 @@
<Summary xml:lang="tr">sqlite için geliştirme dosyaları</Summary>
<PartOf>system.devel</PartOf>
<RuntimeDependencies>
<Dependency release="12">sqlite</Dependency>
<Dependency release="13">sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -13538,39 +13545,31 @@
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="12">sqlite</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency release="13">sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<Package>
<Name>sqlite-tcl</Name>
<BuildDependencies>
<Dependency>tcl-devel</Dependency>
</BuildDependencies>
<Name>sqlite-doc</Name>
<Summary xml:lang="en">sqlite-doc, sqlite için doküman belgeleri</Summary>
<RuntimeDependencies>
<Dependency>sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/sqlite3.8.8.3</Path>
</Files>
</Package>
<Package>
<Name>sqlite-tcl-32bit</Name>
<BuildDependencies>
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>sqlite</Dependency>
<Dependency>glibc-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/sqlite3.8.8.3/</Path>
<Path fileType="library">/usr/share/doc/sqlite/</Path>
</Files>
</Package>
<History>
<Update release="13">
<Date>2015-06-08</Date>
<Version>3.8.10.2</Version>
<Comment>Version bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2015-02-28</Date>
<Version>3.8.8.3</Version>
+1 -1
View File
@@ -1 +1 @@
b8f95abd30d4782c90b46d95d8a0c21a63f50762
f746c81d36647045e22cfe2d9b15fdeedd830b5f
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d5a5330281505204e56088a8f04c617b960e2b6d
d5a808cdf9f14210aa4b675d3541c7f3f03b40a9
+22 -22
View File
@@ -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())
+2 -2
View File
@@ -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>