]> git.ipfire.org Git - ipfire-3.x.git/blame - libevent/libevent.nm
make: Update to 4.2.1
[ipfire-3.x.git] / libevent / libevent.nm
CommitLineData
68ed541b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
68ed541b
BS
4###############################################################################
5
802ea3af 6name = libevent
a8129c6a 7version = 2.0.22
40bfddec 8release = 2
68ed541b 9
802ea3af 10groups = Development/Tools
73c3d9b0 11url = http://libevent.org
802ea3af
MT
12license = BSD
13summary = Abstract asynchronous event notification library.
68ed541b 14
802ea3af 15description
73c3d9b0
SS
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
68ed541b 22 change the event loop.
802ea3af
MT
23end
24
73c3d9b0 25source_dl = http://sourceforge.net/projects/levent/files/%{name}/libevent-2.0/
802ea3af
MT
26sources = %{thisapp}-stable.tar.gz
27
28build
29 DIR_APP = %{DIR_SRC}/%{thisapp}-stable
30
40bfddec
MT
31 requires
32 openssl-devel
33 end
34
802ea3af
MT
35 configure_options += \
36 --mandir=/usr/share/man
37end
38
39packages
40 package %{name}
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end