63 lines
2.2 KiB
XML
63 lines
2.2 KiB
XML
<?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>
|