123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?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>
|