1 # Maintainer: Stefano Facchini <stefano.facchini@gmail.com>
5 pkgdesc="GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support."
7 url="http://fedorahosted.org/libosinfo"
8 license=('GPL2' 'LGPL2.1')
9 depends=('glib2' 'gobject-introspection' 'libxml2')
12 source=(https://fedorahosted.org/releases/l/i/libosinfo/$pkgname-$pkgver.tar.gz)
13 sha256sums=('a6a4e236787e52869720b2d5d4676e566bb101b0770656e0a2efd30d51b5149c')
16 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr \
25 cd "$srcdir/$pkgname-$pkgver"
26 make DESTDIR="$pkgdir/" install
29 # vim:set ts=2 sw=2 et: