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
65 lines (62 loc) · 2.46 KB
/
Copy pathpspec.xml
File metadata and controls
65 lines (62 loc) · 2.46 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
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>lua</Name>
<Homepage>http://www.lua.org</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>A light-weight programming language</Summary>
<Description>lua is a powerful light-weight programming language designed for extending applications.</Description>
<Archive sha1sum="112eb10ff04d1b4c9898e121d6bdf54a81482447" type="targz">http://www.lua.org/ftp/lua-5.3.5.tar.gz</Archive>
<AdditionalFiles>
<AdditionalFile target="lua.pc">lua.pc</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
</BuildDependencies>
<Patches>
<Patch level="1">liblua.so.patch</Patch>
</Patches>
</Source>
<Package>
<Name>lua</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/lib/pkgconfig/lua5.3.pc">lua.pc</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/lib/pkgconfig/lua.pc">lua.pc</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/lua.png">lua.png</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
<Name>lua-devel</Name>
<Summary>Development files for lua</Summary>
<RuntimeDependencies>
<Dependency release="current">lua</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-09-18</Date>
<Version>5.3.4</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
</History>
</INARY>