63 lines
2.6 KiB
XML
63 lines
2.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="d8b93def5269877a89537bcdd9b44bac8ae69fc8" type="targz">https://github.com/libevent/libevent/archive/release-2.0.22-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="1">
|
|
<Date>2015-07-30</Date>
|
|
<Version>2.0.22</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|