create core package
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>liblogging</Name>
|
||||
<Homepage>http://www.liblogging.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD-2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Easy to use, portable, open source library for system logging</Summary>
|
||||
<Description>Liblogging offers an enhanced replacement for the syslog() call, but retains its ease of use.</Description>
|
||||
<Archive sha1sum="eb9ffea9536517d68e979ffadf23952831756d2a" type="targz">http://download.rsyslog.com/liblogging/liblogging-1.0.3.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>liblogging</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc/liblogging</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>liblogging-devel</Name>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary>Development files for liblogging</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">liblogging</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/liblogging/stdlog.h</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/liblogging-stdlog.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-03-30</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user