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
+22
View File
@@ -0,0 +1,22 @@
#!/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
def setup():
autotools.configure("--prefix=/usr \
--disable-static \
--enable-shared")
def build():
autotools.make()
def install():
autotools.rawInstall("DSTROOT=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "README.md")
+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>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mxml</Name>
<Summary xml:lang="tr">Hafif bir XML destek kitaplığı</Summary>
<Description xml:lang="tr">Mini-XML, standart olmayan büyük kitaplıklara ihtiyaç duymadan uygulamanızdaki XML veri dosyalarını veya dizelerini okumak için kullanabileceğiniz küçük bir XML ayrıştırma kitaplığıdır.</Description>
</Source>
<Package>
<Name>mxml-devel</Name>
<Summary xml:lang="tr">mxml için geliştirme dosyaları</Summary>
</Package>
</PISI>