57 lines
2.0 KiB
XML
57 lines
2.0 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>dotconf</Name>
|
|
<Homepage>http://www.opentts.org/projects/dotconf</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>LGPLv2.1</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A library to parse configuration files</Summary>
|
|
<Description>dotconf is a simple-to-use and powerful configuration file parser library written in C.</Description>
|
|
<Archive sha1sum="0d66468cc264e7e0bfcff437cc22a1d741ca81f5" type="targz">http://source.pisilinux.org/1.0/dotconf-1.3.tar.gz</Archive>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>dotconf</Name>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>dotconf-devel</Name>
|
|
<Summary>Development headers and documentation for dotconf</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">dotconf</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
<Path fileType="doc">/usr/share/doc/dotconf/examples</Path>
|
|
<Path fileType="doc">/usr/share/doc/dotconf/dotconf-api.txt</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2016-06-09</Date>
|
|
<Version>1.3</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2015-08-25</Date>
|
|
<Version>1.3</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Vedat Demir</Name>
|
|
<Email>vedat@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|