squeak-vm : dep of scratch

This commit is contained in:
blue-devil
2020-05-22 00:25:06 +03:00
parent 31428a16cc
commit b8715aa338
3 changed files with 84 additions and 0 deletions
@@ -0,0 +1,24 @@
#!/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
# suppress compiler warnings
pisitools.cflags.add("-Wno-int-to-pointer-cast -Wno-int-conversion -Wno-implicit-int -Wno-shift-count-overflow -Wno-implicit-function-declaration -Wno-pointer-to-int-cast -Wno-unused-result -Wno-incompatible-pointer-types -Wno-aggressive-loop-optimizations")
shelltools.system("./unix/cmake/configure --prefix=/usr --without-quartz --with-x --enable-mpg-mmx")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("unix/doc")
pisitools.dodoc("COPYING", "LICENSE*", "README*")
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>squeak-vm</Name>
<Homepage>http://wiki.squeak.org/squeak/1447</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>hardware.virtualization</PartOf>
<License>Apache</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Full-featured implementation of the Smalltalk programming language and environment.</Summary>
<Description>squeak-vm provides a full-featured implementation of the Smalltalk programming language and environment.</Description>
<Archive sha1sum="bd807730537122b220840b4a89f04a6689f435c2" type="targz">http://squeakvm.org/unix/release/Squeak-4.10.2.2614-src.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>libXrender-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>squeak-vm</Name>
<Summary>Full-featured implementation of the Smalltalk programming language and environment.</Summary>
<RuntimeDependencies>
<Dependency>libXext</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>libXrender</Dependency>
<Dependency>pulseaudio-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/squeak-vm</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-21</Date>
<Version>4.10.2.2614</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>squeak-vm</Name>
<Summary xml:lang="tr">Tam-özellikli, Smalltalk programlama dili ve ortamı uygulaması.</Summary>
<Description xml:lang="tr">squeak-vm, tam-özellikli, smalltalk programlama dili ve ortamı uygulaması.</Description>
</Source>
</PISI>