Files
main/programming/library/p8-platform/pspec.xml
T
2022-10-31 17:51:30 +03:00

62 lines
2.3 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 "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>p8-platform</Name>
<Homepage>https://github.com/Pulse-Eight/platform</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>This library provides platform specific support for other libraries, and is used by libCEC and binary add-ons for Kodi</Summary>
<Description>Bu kitaplık, diğer kitaplıklar için platforma özel destek sağlar ve libCEC ve Kodi için ikili eklentiler tarafından kullanılır.</Description>
<Archive sha1sum="0141c1b96bf98dcf4e446d7d089617c9d1225879" type="targz">https://github.com/Pulse-Eight/platform/archive/refs/tags/p8-platform-2.1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>p8-platform.patch</Patch>
<Patch level="1">p8-platform.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>p8-platform</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>p8-platform-devel</Name>
<Summary>Development files for p8-platform</Summary>
<RuntimeDependencies>
<Dependency release="current">p8-platform</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/p8-platform</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-10-31</Date>
<Version>2.1.0.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>