new packages: liblo, mxml, ZynAddSubFX

This commit is contained in:
suvari
2023-08-07 20:49:02 +03:00
parent c6ef44204e
commit c6ff592f48
17 changed files with 398247 additions and 397651 deletions
+51
View File
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mxml</Name>
<Homepage>https://www.msweet.org/mxml</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Tiny XML library.</Summary>
<Description>Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries.</Description>
<Archive sha1sum="8ae4ee261ba4708e8cbf00bda2643de86930a069" type="targz">https://github.com/michaelrsweet/mxml/releases/download/v3.3.1/mxml-3.3.1.tar.gz</Archive>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>mxml</Name>
<Files>
<Path fileType="library">/usr/lib/libmxml*</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>mxml-devel</Name>
<Summary>Development files for mxml</Summary>
<RuntimeDependencies>
<Dependency release="current">mxml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-07</Date>
<Version>3.3.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>