]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libtevent/libtevent.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / libtevent / libtevent.nm
CommitLineData
6d3acccb
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libtevent
7version = 0.9.17
8release = 1
9
10groups = System/Libraries
11url = http://tevent.samba.org/
12license = LGPLv3+
13summary = The tevent library.
14
15description
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.
19end
20
21thisapp = tevent-%{version}
22
23source_dl = http://samba.org/ftp/tevent/
24
25build
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
37end
38
39packages
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
53end