wok-next view libosinfo/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libosinfo"
4 VERSION="1.2.0"
5 CATEGORY="libdevel"
6 SHORT_DESC="GObject based library API for managing information about operating \
7 systems, hypervisors and the (virtual) hardware devices they can support"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="https://libosinfo.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://releases.pagure.org/libosinfo/$TARBALL"
15 BUILD_DEPENDS="intltool libxslt-dev libsoup-dev gtk-doc check-dev \
16 gobject-introspection-dev vala usbids pciids"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="glib libxml2 libxslt"
20 DEPENDS_dev="libosinfo glib-dev"
22 compile_rules() {
23 fix utf-8
25 ./configure \
26 --with-usb-ids-path=/usr/share/hwdata/usb.ids \
27 --with-pci-ids-path=/usr/share/hwdata/pci.ids \
28 --enable-gtk-doc \
29 $CONFIGURE_ARGS &&
30 fix libtool &&
31 make &&
32 make install
33 }