Files
main/programming/language/ruby/ruby/pspec.xml
T
2016-06-09 00:08:04 +03:00

102 lines
4.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ruby</Name>
<Homepage>http://www.ruby-lang.org/en/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Ruby</License>
<IsA>app:console</IsA>
<Summary>An object-oriented scripting language</Summary>
<Description>Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.</Description>
<Archive sha1sum="de97ec6132ac76bb7c0f92b5ca4682138093af1b" type="tarbz2">ftp://ftp.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>tcltk-devel</Dependency>
<Dependency>db-devel</Dependency>
<Dependency>gmp-devel</Dependency>
<Dependency>tcl-devel</Dependency>
<Dependency>gdbm-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libffi-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>libyaml-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ruby</Name>
<RuntimeDependencies>
<Dependency>db</Dependency>
<Dependency>gmp</Dependency>
<Dependency>tcl</Dependency>
<Dependency>gdbm</Dependency>
<Dependency>zlib</Dependency>
<Dependency>tcltk</Dependency>
<Dependency>libffi</Dependency>
<Dependency>openssl</Dependency>
<Dependency>readline</Dependency>
<Dependency>libyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/ruby/2.2.0/</Path>
<Path fileType="library">/usr/lib/ruby/site_ruby/</Path>
<Path fileType="library">/usr/lib/ruby/vendor_ruby/</Path>
<Path fileType="library">/usr/lib/ruby/libruby-static.a</Path>
<Path fileType="library">/usr/lib/libruby.so.2.2</Path>
<Path fileType="library">/usr/lib/libruby.so.2.2.0</Path>
<Path fileType="library">/usr/lib/libruby-static.a</Path>
<Path fileType="library">/usr/lib/libruby.so</Path>
<Path fileType="doc">/usr/share/ri</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>rubygems</Name>
<Summary>rubygems, The Ruby standard for packaging ruby libraries</Summary>
<RuntimeDependencies>
<Dependency>ruby</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/gem</Path>
<Path fileType="library">/usr/lib/ruby/gems</Path>
<Path fileType="data">/usr/share/ri/2.2.0/system/Gem</Path>
</Files>
</Package>
<Package>
<Name>ruby-devel</Name>
<Summary>ruby için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="current">ruby</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="header">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2.2.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-04</Date>
<Version>2.2.2</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>