12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>libdaemon</Name>
- <Homepage>http://0pointer.de/lennart/projects/libdaemon</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</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>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">libdaemon</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-09-18</Date>
- <Version>0.14</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|