Files
main/programming/library/yaml-cpp/pspec.xml
T
2015-09-05 17:25:50 +03:00

40 lines
1.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>yaml-cpp</Name>
<Homepage>https://github.com/jbeder/yaml-cpp</Homepage>
<Packager>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<Icon>yalm-cpp</Icon>
<IsA>Libry</IsA>
<Summary>yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.</Summary>
<Description>To get a feel for how it can be used, see the Tutorial or How to Emit YAML.</Description>
<Archive sha1sum="61edcbb18b106dfc240f151998e233c03bdbf9f3" type="targz">https://github.com/jbeder/yaml-cpp/archive/release-0.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>boost-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>yaml-cpp</Name>
<Files>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="data">/usr/include/yaml-cpp/*</Path>
<Path fileType="data">/usr/lib/pkgconfig/</Path>
<Path fileType="doc">/usr/share/doc/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-09-01</Date>
<Version>0.5.2</Version>
<Comment>First release</Comment>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Update>
</History>
</PISI>