]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-dbus/python-dbus.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/ms/ipfire-3.x.git] / python-dbus / python-dbus.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = dbus-python
7 version = 0.82.4
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.freedesktop.org/software/dbus/
12 license = MIT
13 summary = Dbus Python Bindings.
14
15 description
16 D-Bus python bindings for use with python programs.
17 end
18
19 source_dl =
20
21 build
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
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end