89 lines
3.6 KiB
XML
89 lines
3.6 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libevent</Name>
|
|
<Homepage>http://monkey.org/~provos/libevent</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>BSD</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A library to execute a function when a specific event occurs on a file descriptor</Summary>
|
|
<Description>The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop.</Description>
|
|
<Archive sha1sum="3e6674772eb77de24908c6267c698146420ab699" type="targz">https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>openssl-devel</Dependency>
|
|
<Dependency>zlib-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="0">libevent-linkage_fix.diff</Patch>
|
|
<Patch level="1">libevent-2.0.13-manpages-on.patch</Patch>
|
|
<Patch level="1">libevent-2.0.21-stable-automake-fix.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libevent</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>openssl</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libevent-devel</Name>
|
|
<Summary>Development files for libevent</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libevent</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
<Path fileType="man">/usr/share/man/man3</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="5">
|
|
<Date>2014-05-31</Date>
|
|
<Version>2.0.21</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Alihan Öztürk</Name>
|
|
<Email>alihan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2014-02-25</Date>
|
|
<Version>2.0.21</Version>
|
|
<Comment>Rebuild Unused</Comment>
|
|
<Name>Varol Maksutoğlu</Name>
|
|
<Email>waroi@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2013-07-27</Date>
|
|
<Version>2.0.21</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-03-27</Date>
|
|
<Version>2.0.21</Version>
|
|
<Comment>bump</Comment>
|
|
<Name>Erdinç Gültekin</Name>
|
|
<Email>erdincgultekin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2012-10-14</Date>
|
|
<Version>2.0.20</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |