Files
main/programming/library/cpp-utilities/pspec.xml
T
2025-02-10 11:21:21 +03:00

122 lines
4.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cpp-utilities</Name>
<Homepage>https://github.com/Martchus/cpp-utilities</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Summary>
<Description>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Description>
<Archive sha1sum="756fcd83f2cfedd60fbe6de65414a758baf0a145" type="targz">https://github.com/Martchus/cpp-utilities/archive/v5.27.3/cpp-utilities-5.27.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>cppunit-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cpp-utilities</Name>
<RuntimeDependencies>
<Dependency>boost</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>cpp-utilities-devel</Name>
<RuntimeDependencies>
<Dependency release="current">cpp-utilities</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/c++utilities</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2025-02-10</Date>
<Version>5.27.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2023-11-01</Date>
<Version>5.21.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="8">
<Date>2023-03-08</Date>
<Version>5.21.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2023-02-02</Date>
<Version>5.20.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="6">
<Date>2022-11-23</Date>
<Version>5.20.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2022-09-09</Date>
<Version>5.19.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2022-07-10</Date>
<Version>5.17.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-14</Date>
<Version>5.14.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-01-18</Date>
<Version>5.12.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-04</Date>
<Version>5.11.1</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>