# Template file for 'libosinfo' pkgname=libosinfo version=0.2.10 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-tests" hostmakedepends="pkg-config intltool" makedepends="libglib-devel libsoup-gnome-devel libxml2-devel libxslt-devel vala-devel" short_desc="GObject based library API for managing info about operating systems" maintainer="davehome " homepage="https://fedorahosted.org/libosinfo/" license="GPL-2, LGPL-2.1" distfiles="https://fedorahosted.org/releases/l/i/${pkgname}/${pkgname}-${version}.tar.gz" checksum=564bd487a39dc09a10917c1d7a95f739ee7701d9cd0fbabcacea64f615e20a2d # Package build options build_options="gir" desc_option_gir="Enable support for building gobject introspection data" # Disable gir for cross builds. if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" fi if [ "$build_option_gir" ]; then configure_args+=" --enable-introspection" makedepends+=" gobject-introspection" else configure_args+=" --disable-introspection" fi libosinfo-devel_package() { depends="libglib-devel ${sourcepkg}-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig if [ "$build_option_gir" ]; then vmove usr/share/gir-1.0 vmove usr/share/vala fi } }