57 lines
1.9 KiB
XML
57 lines
1.9 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="98a56dba0cc6378c91668b6e1c120a657820c45e" type="targz">https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>jsoncpp</Name>
|
|
<RuntimeDependencies>
|
|
<!-- <Dependency>Dep1</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="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>
|