sqlite vbump
This commit is contained in:
@@ -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())
|
||||
@@ -12,8 +12,8 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An SQL Database Engine in a C Library</Summary>
|
||||
<Description>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>
|
||||
<Archive sha1sum="2fe3f6226a2a08a2e814b97cd53e36bb3c597112" type="targz">http://www.sqlite.org/2015/sqlite-autoconf-3080803.tar.gz</Archive>
|
||||
<Archive sha1sum="27c2cada8e663f694c0469bcae09eb0d8c55dd7c" type="zip">http://www.sqlite.org/2015/sqlite-doc-3080803.zip</Archive>
|
||||
<Archive sha1sum="c2f2c17d3dc4c4e179d35cc04e4420636d48a152" type="targz">http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz</Archive>
|
||||
<Archive sha1sum="2e816999255e4fced7d93b6ad3650a361a446288" type="zip">http://www.sqlite.org/2015/sqlite-doc-3081002.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -25,10 +25,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>
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>sqlite-32bit</Name>
|
||||
<Summary>sqlite-32bit için paylaşımlı kitaplıklar</Summary>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for sqlite</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
@@ -55,8 +56,8 @@
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">sqlite</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency release="current">sqlite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
@@ -66,6 +67,8 @@
|
||||
|
||||
<Package>
|
||||
<Name>sqlite-tcl</Name>
|
||||
<PartOf>programming.language.tcl</PartOf>
|
||||
<Summary>sqlite Tcl Extension Architecture (TEA)</Summary>
|
||||
<BuildDependencies>
|
||||
<Dependency>tcl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -73,24 +76,45 @@
|
||||
<Dependency>sqlite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/sqlite3.8.8.3</Path>
|
||||
<Path fileType="library">/usr/lib/sqlite3.8.10.2</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>sqlite-tcl-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>sqlite-tcl-32bit için paylaşımlı kitaplıklar</Summary>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/sqlite3.8.8.3/</Path>
|
||||
<Path fileType="library">/usr/lib32/sqlite3.8.10.2/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>sqlite-doc</Name>
|
||||
<Summary>sqlite-doc, sqlite için doküman belgeleri</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>sqlite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<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>
|
||||
@@ -98,7 +122,7 @@
|
||||
<Name>Vedat Demir</Name>
|
||||
<Email>vedat@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Update release="11">
|
||||
<Date>2015-01-31</Date>
|
||||
<Version>3.8.8.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
|
||||
Reference in New Issue
Block a user