]> git.ipfire.org Git - ipfire-3.x.git/blame - eggdbus/eggdbus.nm
binutils: Update to 2.32
[ipfire-3.x.git] / eggdbus / eggdbus.nm
CommitLineData
844e1a03 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
844e1a03
MT
4###############################################################################
5
802ea3af
MT
6name = eggdbus
7version = 0.6
8release = 1
844e1a03 9
802ea3af
MT
10groups = System/Libraries
11url = http://cgit.freedesktop.org/~david/eggdbus
12license = LGPLv2+
13summary = Experimental D-Bus bindings for GObject.
844e1a03 14
802ea3af 15description
844e1a03 16 Experimental D-Bus bindings for GObject.
802ea3af
MT
17end
18
19source_dl =
20
21build
22 requires
23 dbus-devel
24 dbus-glib-devel
25 glib2-devel
26 end
27
28 configure_options += \
29 --disable-static
30
31 PARALLELISMFLAGS = # off
32end
33
34packages
35 package %{name}
36 end
1f9bc2f0 37
802ea3af
MT
38 package %{name}-devel
39 template DEVEL
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end