Files
2020-06-03 02:13:16 +03:00

52 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>log4c</Name>
<Homepage>http://log4c.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.misc</PartOf>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>A C library for flexible logging</Summary>
<Description>log4c is a C language library for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (log4j), staying as close to their API as is reasonable.</Description>
<Archive sha1sum="a2795d7fcbdf5e43e1cc644893adfa725046abe8" type="targz">mirrors://sourceforge/log4c/log4c-1.2.4.tar.gz</Archive>
</Source>
<Package>
<Name>log4c</Name>
<Summary>A C library for flexible logging</Summary>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>log4c-devel</Name>
<Summary>Development files for log4c</Summary>
<RuntimeDependencies>
<Dependency release="current">log4c</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-23</Date>
<Version>1.2.4</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>