############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = gobject-introspection version = 0.9.12 release = 1 groups = Development/Libraries url = http://live.gnome.org/GObjectIntrospection license = GPLv2+, LGPLv2+, MIT summary = Introspection system for GObject-based libraries. description GObject Introspection can scan C header and source files in order \ to generate introspection "typelib" files. It also provides an API to \ examine typelib files, useful for creating language bindings among \ other things. end source_dl = build requires bison cairo-devel flex glib2-devel libffi-devel libtool python-devel end configure_options += \ --sbindir=/sbin \ --disable-static test make check end end packages package %{name} end package %{name}-libs template LIBS end package %{name}-devel template DEVEL requires = %{name}=%{thisver} end package %{name}-debuginfo template DEBUGINFO end end