Files
main/programming/library/xdg-utils-cxx/pspec.xml
T
2021-05-20 18:56:06 +03:00

57 lines
1.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xdg-utils-cxx</Name>
<Homepage>https://github.com/azubieta/xdg-utils-cxx</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Implementation of the FreeDesktop specifications to be used in C++ projects</Summary>
<Description>Implementation of the FreeDesktop specifications to be used in C++ projects</Description>
<Archive sha1sum="3f86382bca7a28f9ac4f1d92b45257ddc3398d0e" type="targz">https://github.com/azubieta/xdg-utils-cxx/archive/refs/tags/v1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>xdg-utils-cxx.patch</Patch>
<Patch level="1">xdg-utils-cxx.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>xdg-utils-cxx</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xdg-utils-cxx-devel</Name>
<Summary>Development files for xdg-utils-cxx</Summary>
<RuntimeDependencies>
<Dependency release="current">xdg-utils-cxx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-05-19</Date>
<Version>1.0.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>