This repository was archived by the owner on Aug 23, 2022. It is now read-only.
forked from Zaryob/SulinRepository
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpspec.xml
More file actions
103 lines (98 loc) · 3.75 KB
/
Copy pathpspec.xml
File metadata and controls
103 lines (98 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>sqlite</Name>
<Homepage>http://www.sqlite.org/</Homepage>
<Packager>
<Name>Süleyman POYRAZ</Name>
</Packager>
<License>as-is</License>
<IsA>library</IsA>
<PartOf>system.base</PartOf>
<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>
<!-- @@@blfs server sqlite -->
<Archive sha1sum="e8862aa46fb70e25c8006a1fe519067a1fa9e618" type="zip">https://www.sqlite.org/2019/sqlite-src-3290000.zip</Archive>
<!-- @@@blfs server sqlite doc -->
<Archive sha1sum="b0f697c557b415cb1d67acb61b40fbad0b012cad" type="zip">https://sqlite.org/2019/sqlite-doc-3290000.zip</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sqlite</Name>
<RuntimeDependencies>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>sqlite-devel</Name>
<IsA>header</IsA>
<PartOf>system.devel</PartOf>
<Summary>Development files for sqlite</Summary>
<RuntimeDependencies>
<Dependency release="current">sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<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>
<BuildDependencies>
<Dependency>readline-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<Package>
<Name>sqlite-docs</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="3">
<Date>2019-09-25</Date>
<Version>3.29.0</Version>
<Comment>SQLite new version have been upgraded.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="2">
<Date>2019-09-19</Date>
<Version>3.24.0</Version>
<Comment>Package is rebuilded and released up.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="1">
<Date>2018-12-22</Date>
<Version>3.24.0</Version>
<Comment>First release</Comment>
<Name>Süleyman POYRAZ</Name>
</Update>
</History>
</INARY>