libfyaml ver. bump

This commit is contained in:
Rmys
2025-10-28 12:26:19 +03:00
parent 7951b12aca
commit 0eaf428c51
7 changed files with 413 additions and 71 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env 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
def setup():
# pisitools.autoreconf("-fiv")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README*")
+61
View File
@@ -0,0 +1,61 @@
<?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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libfyaml</Name>
<Summary xml:lang="tr">lly feature complete YAML parser and emitter</Summary>
<Description xml:lang="tr">lly özellikli tam YAML ayrıştırıcısı ve yayıcısı</Description>
</Source>
</PISI>