Merge pull request #5831 from suvari/master
luajit: new package for cantor, add index
This commit is contained in:
+173634
-171686
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
dc72080d1b1f0506769606d965cc1cb8f7cdb85e
|
0502dd931daa766095b022f8de9cc77587fde9d0
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
f614020d73a99cf91df356e395eeb215ef71908e
|
96720c9715d2e9ba919874f3fa4e011fad72ec43
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def build():
|
||||||
|
pisitools.dosed("Makefile", "PREFIX= /usr/local", "PREFIX= /usr")
|
||||||
|
autotools.make("amalg PREFIX=/usr")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("COPYRIGHT", "README")
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
<?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="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>
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>luajit</Name>
|
||||||
|
<Summary xml:lang="tr">Lua için Just-in-Time derleyici</Summary>
|
||||||
|
<Description xml:lang="tr">LuaJIT, Lua için bir Just-in-Time derleyicidir.</Description>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>luajit-devel</Name>
|
||||||
|
<Summary xml:lang="tr">luajit için geliştirme başlıkları</Summary>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user