]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libtevent/libtevent.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / libtevent / libtevent.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtevent
7 version = 0.9.17
8 release = 1
9
10 groups = System/Libraries
11 url = http://tevent.samba.org/
12 license = LGPLv3+
13 summary = The tevent library.
14
15 description
16 Tevent is an event system based on the talloc memory management library.
17 Tevent has support for many event types, including timers, signals, and
18 the classic file descriptor events.
19 end
20
21 thisapp = tevent-%{version}
22
23 source_dl = http://samba.org/ftp/tevent/
24
25 build
26 requires
27 docbook-utils
28 docbook-xsl
29 libtalloc-devel
30 python-devel
31 end
32
33 configure_options += \
34 --disable-rpath \
35 --disable-rpath-install \
36 --bundled-libraries=NONE
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package pytevent
47 template PYTHON
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end