]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gobject-introspection/gobject-introspection.nm
udev: Fix location of usb.ids file.
[people/ms/ipfire-3.x.git] / gobject-introspection / gobject-introspection.nm
CommitLineData
4aedebb2 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4aedebb2
MT
4###############################################################################
5
802ea3af
MT
6name = gobject-introspection
7version = 0.9.12
8release = 1
4aedebb2 9
802ea3af
MT
10groups = Development/Libraries
11url = http://live.gnome.org/GObjectIntrospection
12license = GPLv2+, LGPLv2+, MIT
13summary = Introspection system for GObject-based libraries.
4aedebb2 14
802ea3af 15description
4aedebb2
MT
16 GObject Introspection can scan C header and source files in order \
17 to generate introspection "typelib" files. It also provides an API to \
18 examine typelib files, useful for creating language bindings among \
19 other things.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 bison
27 cairo-devel
28 flex
29 glib2-devel
30 libffi-devel
31 libtool
32 python-devel
33 end
34
35 configure_options += \
36 --sbindir=/sbin \
37 --disable-static
38
39 test
40 make check
41 end
42end
43
44packages
45 package %{name}
46 end
47
48 package %{name}-libs
49 template LIBS
50 end
1f9bc2f0 51
802ea3af
MT
52 package %{name}-devel
53 template DEVEL
1f9bc2f0 54
802ea3af
MT
55 requires = %{name}=%{thisver}
56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end