libyaml dep 4 ruby in main

This commit is contained in:
Ertuğrul Erata
2015-07-22 15:27:08 +03:00
parent 19120fc72b
commit b9addc07ca
4 changed files with 100 additions and 3 deletions
@@ -1,3 +0,0 @@
<PISI>
<Name>programming.language.ruby</Name>
</PISI>
+24
View File
@@ -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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "yaml-%s" % get.srcVERSION()
def setup():
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dohtml("doc/html/*")
pisitools.dodoc("LICENSE", "README")
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libyaml</Name>
<Homepage>http://pyyaml.org/wiki/LibYAML</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>YAML 1.1 parser and emitter written in C</Summary>
<Description>libyaml is a YAML 1.1 parser and emitter written in C.</Description>
<Archive sha1sum="8b78cb9f759c7d80db8a7328c0ebecfe34fde737" type="targz">http://pyyaml.org/download/libyaml/yaml-0.1.5.tar.gz</Archive>
</Source>
<Package>
<Name>libyaml</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libyaml-devel</Name>
<Summary>Development headers for libyaml</Summary>
<Description>libyaml-devel provides development headers for libyaml.</Description>
<RuntimeDependencies>
<Dependency release="current">libyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/libyaml/html/</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2015-07-22</Date>
<Version>0.1.5</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-10-29</Date>
<Version>0.1.4</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-12</Date>
<Version>0.1.3</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libyaml</Name>
<Summary xml:lang="tr">C ile yazılmış YAML 1.1 ayrıştırıcısı</Summary>
<Description xml:lang="tr">libyaml C ile yazılmış bir YAML 1.1 ayrıştırıcısıdır.</Description>
</Source>
<Package>
<Name>libyaml-devel</Name>
<Summary xml:lang="tr">libyaml için başlık dosyaları</Summary>
<Description xml:lang="tr">libyaml-devel, libyaml için başlık dosyalarını içerir.</Description>
</Package>
</PISI>