]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libevent/libevent.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / libevent / libevent.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libevent
7 version = 2.0.22
8 release = 1
9
10 groups = Development/Tools
11 url = http://libevent.org
12 license = BSD
13 summary = Abstract asynchronous event notification library.
14
15 description
16 The libevent API provides a mechanism to execute a callback
17 function when a specific event occurs on a file descriptor or
18 after a timeout has been reached. libevent is meant to replace
19 the asynchronous event loop found in event driven network
20 servers. An application just needs to call event_dispatch() and
21 can then add or remove events dynamically without having to
22 change the event loop.
23 end
24
25 source_dl = http://sourceforge.net/projects/levent/files/%{name}/libevent-2.0/
26 sources = %{thisapp}-stable.tar.gz
27
28 build
29 DIR_APP = %{DIR_SRC}/%{thisapp}-stable
30
31 configure_options += \
32 --mandir=/usr/share/man
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end