Files
main/util/misc/pugixml/pspec.xml
T
2020-03-05 21:44:00 +03:00

73 lines
2.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pugixml</Name>
<Homepage>http://pugixml.org</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<Summary>Light-weight, simple and fast XML parser for C++ with XPath support</Summary>
<Description>Light-weight, simple and fast XML parser for C++ with XPath support</Description>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Archive sha1sum="e6251476efe9790b9182ccf5b966af10b160dd85" type="targz">https://github.com/zeux/pugixml/releases/download/v1.10/pugixml-1.10.tar.gz</Archive>
</Source>
<Package>
<Name>pugixml</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>pugixml-devel</Name>
<Summary>Development header for pugixml</Summary>
<RuntimeDependencies>
<Dependency release="current">pugixml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-03-05</Date>
<Version>1.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2018-08-06</Date>
<Version>1.9</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2017-01-25</Date>
<Version>1.8.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-11-12</Date>
<Version>1.7</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>