]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libtevent: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Feb 2013 21:19:51 +0000 (22:19 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Feb 2013 21:19:51 +0000 (22:19 +0100)
This is a build dependency of sssd.

libtevent/libtevent.nm [new file with mode: 0644]

diff --git a/libtevent/libtevent.nm b/libtevent/libtevent.nm
new file mode 100644 (file)
index 0000000..a4dc690
--- /dev/null
@@ -0,0 +1,53 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libtevent
+version    = 0.9.17
+release    = 1
+
+groups     = System/Libraries
+url        = http://tevent.samba.org/
+license    = LGPLv3+
+summary    = The tevent library.
+
+description
+       Tevent is an event system based on the talloc memory management library.
+       Tevent has support for many event types, including timers, signals, and
+       the classic file descriptor events.
+end
+
+thisapp = tevent-%{version}
+
+source_dl  = http://samba.org/ftp/tevent/
+
+build
+       requires
+               docbook-utils
+               docbook-xsl
+               libtalloc-devel
+               python-devel
+       end
+
+       configure_options += \
+               --disable-rpath \
+               --disable-rpath-install \
+               --bundled-libraries=NONE
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package pytevent
+               template PYTHON
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end