88 lines
3.1 KiB
XML
88 lines
3.1 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libdaemon</Name>
|
|
<Homepage>http://0pointer.de/lennart/projects/libdaemon</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>LGPLv2.1</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Library for writing UNIX daemons</Summary>
|
|
<Description>libdaemon is a lightweight C library which eases the writing of UNIX daemons.</Description>
|
|
<Archive sha1sum="78a4db58cf3a7a8906c35592434e37680ca83b8f" type="targz">http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz</Archive>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libdaemon</Name>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libdaemon-devel</Name>
|
|
<Summary>Development files for libdaemon</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libdaemon</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
|
<Path fileType="man">/usr/share/man/man3</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libdaemon-32bit</Name>
|
|
<PartOf>emul32</PartOf>
|
|
<Summary>32-bit shared libraries for libdaemon</Summary>
|
|
<BuildType>emul32</BuildType>
|
|
<BuildDependencies>
|
|
<Dependency>glibc-32bit</Dependency>
|
|
</BuildDependencies>
|
|
<RuntimeDependencies>
|
|
<Dependency>glibc-32bit</Dependency>
|
|
<Dependency release="current">libdaemon</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib32</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="4">
|
|
<Date>2014-03-09</Date>
|
|
<Version>0.14</Version>
|
|
<Comment>Rebuild for buildhost</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2013-07-27</Date>
|
|
<Version>0.14</Version>
|
|
<Comment>Move pc files to devel pack, rebuild</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2013-02-15</Date>
|
|
<Version>0.14</Version>
|
|
<Comment>add emul32</Comment>
|
|
<Name>Erdinç Gültekin</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2010-10-12</Date>
|
|
<Version>0.14</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Pisi Linux Admins</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|