Files
main/programming/library/libfyaml/pspec.xml
T
2025-10-28 12:26:19 +03:00

62 lines
2.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>libfyaml</Name>
<Homepage>https://github.com/pantoniou/libfyaml/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>lly feature complete YAML parser and emitter</Summary>
<Description>lly özellikli tam YAML ayrıştırıcısı ve yayıcısı</Description>
<Archive sha1sum="96328013928796814f8599d526292f2b0a5a9d08" type="targz">https://github.com/pantoniou/libfyaml/releases/download/v0.9/libfyaml-0.9.tar.gz</Archive>
<!--
<BuildDependencies>
<Dependency>Dep1-devel</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>libfyaml.patch</Patch>
<Patch level="1">libfyaml.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libfyaml</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libfyaml-devel</Name>
<Summary>Development files for libfyaml</Summary>
<RuntimeDependencies>
<Dependency release="current">libfyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-10-28</Date>
<Version>0.9</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>