113 lines
3.2 KiB
XML
113 lines
3.2 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>fury</Name>
|
|
<Email>uglyside@yandex.ru</Email>
|
|
</Packager>
|
|
<License>GPL-2</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="2e0b3a64981ffc8afff22d0b71bca1804336e230" type="targz">
|
|
https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.21.0.tar.gz
|
|
</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
<Dependency>ninja</Dependency>
|
|
<Dependency>doxygen</Dependency>
|
|
<Dependency>boost-devel</Dependency>
|
|
<Dependency>cppunit-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>cpp-utilities</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>boost</Dependency>
|
|
<Dependency>libgcc</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="library">/usr/lib/pkgconfig</Path>
|
|
<Path fileType="data">/usr/share/c++utilities</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<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>
|
|
|