]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - python-dbus/python-dbus.nm
perl: Filter all dependencies to perl-Tk.
[people/amarx/ipfire-3.x.git] / python-dbus / python-dbus.nm
CommitLineData
40c6b5f0 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
40c6b5f0
BS
4###############################################################################
5
802ea3af
MT
6name = dbus-python
7version = 0.82.4
8release = 1
40c6b5f0 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.freedesktop.org/software/dbus/
12license = MIT
13summary = Dbus Python Bindings.
40c6b5f0 14
802ea3af 15description
40c6b5f0 16 D-Bus python bindings for use with python programs.
802ea3af
MT
17end
18
19source_dl =
20
21build
22 requires
23 dbus-devel
24 dbus-glib-devel
25 pkg-config
26 python-devel
27 end
28
29 configure_options += \
30 --mandir=/usr/share/man
31end
32
33packages
34 package %{name}
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end