]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gobject-introspection/gobject-introspection.nm
Merge remote-tracking branch 'ms/u-boot'
[people/ms/ipfire-3.x.git] / gobject-introspection / gobject-introspection.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gobject-introspection
7 version = 0.9.12
8 release = 1
9
10 groups = Development/Libraries
11 url = http://live.gnome.org/GObjectIntrospection
12 license = GPLv2+, LGPLv2+, MIT
13 summary = Introspection system for GObject-based libraries.
14
15 description
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.
20 end
21
22 source_dl =
23
24 build
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
42 end
43
44 packages
45 package %{name}
46 end
47
48 package %{name}-libs
49 template LIBS
50 end
51
52 package %{name}-devel
53 template DEVEL
54
55 requires = %{name}=%{thisver}
56 end
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
61 end