30 lines
1 KiB
Text
30 lines
1 KiB
Text
# Template file for 'gobject-introspection'
|
|
pkgname=gobject-introspection
|
|
version=1.32.0
|
|
distfiles="${GNOME_SITE}/$pkgname/1.32/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-tests"
|
|
short_desc="Introspection system for GObject-based libraries"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://live.gnome.org/GObjectInstrospection"
|
|
license="GPL-2, LGPL-2"
|
|
checksum=346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3
|
|
long_desc="
|
|
The goal of the project is to describe the APIs and collect them in
|
|
a uniform, machine readable format."
|
|
|
|
subpackages="gir-freedesktop libgirepository libgirepository-devel"
|
|
pycompile_dirs="usr/lib/$pkgname/giscanner"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build flex
|
|
Add_dependency build libffi-devel
|
|
Add_dependency build glib-devel
|
|
Add_dependency build python-devel
|
|
Add_dependency build libxml2-devel
|
|
Add_dependency build cairo-devel
|
|
|
|
Add_dependency run python
|
|
Add_dependency run libgirepository-devel
|
|
|
|
Add_dependency full libtool
|