76 lines
2.6 KiB
XML
76 lines
2.6 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>luajit</Name>
|
||
<Homepage>http://luajit.org/</Homepage>
|
||
<Packager>
|
||
<Name>Alihan Öztürk</Name>
|
||
<Email>alihan@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>MIT</License>
|
||
<IsA>app:gui</IsA>
|
||
<Summary>Just-in-time compiler and drop-in replacement for Lua 5.1</Summary>
|
||
<Description>Just-in-time compiler and drop-in replacement for Lua 5.1</Description>
|
||
<Archive sha1sum="10427215da7d424fd9e48adbea087966053cdb6f" type="targz">http://luajit.org/download/LuaJIT-2.0.5.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>gcc</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>luajit</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>libgcc</Dependency>
|
||
<!--Dependency>gcc</Dependency-->
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="library">/usr/lib/lua</Path>
|
||
<Path fileType="data">/usr/share/luajit-2.0.2</Path>
|
||
<Path fileType="data">/usr/share/lua</Path>
|
||
<Path fileType="data">/usr/share</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>luajit-devel</Name>
|
||
<Summary>Development files for luajit</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">luajit</Dependency>
|
||
</RuntimeDependencies>
|
||
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig/luajit.pc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="3">
|
||
<Date>2021-05-18</Date>
|
||
<Version>2.0.5</Version>
|
||
<Comment>rebuild</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2020-01-26</Date>
|
||
<Version>2.0.5</Version>
|
||
<Comment>rebuild</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2018-10-13</Date>
|
||
<Version>2.0.5</Version>
|
||
<Comment>First Release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|