62 lines
2.1 KiB
XML
62 lines
2.1 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>jsoncpp</Name>
|
||
<Homepage>https://github.com/open-source-parsers/jsoncpp</Homepage>
|
||
<Packager>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>MIT</License>
|
||
<IsA>library</IsA>
|
||
<Summary>C++ library for interacting with JSON</Summary>
|
||
<Description>C++ library for interacting with JSON</Description>
|
||
<Archive sha1sum="6a546eeeea6e31fe8ab746491a3189c0844a0f79" type="targz">https://github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>meson</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>jsoncpp</Name>
|
||
<RuntimeDependencies>
|
||
<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>jsoncpp-devel</Name>
|
||
<Summary>Development files for jsoncpp</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">jsoncpp</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="data">/usr/lib/cmake</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="2">
|
||
<Date>2020-03-01</Date>
|
||
<Version>1.9.2</Version>
|
||
<Comment>Version bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2018-11-30</Date>
|
||
<Version>1.8.4</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI> |