[Lunar-commits] <moonbase-other> libosinfo: GObject library to query OS info

Stefan Wold ratler at lunar-linux.org
Mon Oct 27 20:33:47 CET 2014


commit 4846cf8b68c12fbf341f4ad006775ffe14c1238e
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 27 Oct 2014 20:31:29 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/4846cf8b68c12fbf341f4ad006775ffe14c1238e

libosinfo: GObject library to query OS info
---
  libs/libosinfo/BUILD   | +7/-0     
  libs/libosinfo/DEPENDS | +5/-0     
  libs/libosinfo/DETAILS | +15/-0    
  3 files changed, 27 insertions(+)

--- /dev/null
+++ b/libs/libosinfo/BUILD
@@ -0,0 +1,7 @@
+OPTS+=" --disable-static \
+        --enable-udev \
+        --with-udev-rulesdir=/usr/lib/udev/rules.d \
+        --with-usb-ids-path=/usr/share/usb.ids \
+        --with-pci-ids-path=/usr/share/pci.ids"
+
+default_build
--- /dev/null
+++ b/libs/libosinfo/DEPENDS
@@ -0,0 +1,5 @@
+depends glib-2
+depends libxml2
+depends libxslt
+depends intltool
+depends libsoup
--- /dev/null
+++ b/libs/libosinfo/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=libosinfo
+         VERSION=0.2.10
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=https://fedorahosted.org/releases/l/i/libosinfo
+      SOURCE_VFY=sha256:564bd487a39dc09a10917c1d7a95f739ee7701d9cd0fbabcacea64f615e20a2d
+        WEB_SITE=http://libosinfo.org/
+         ENTERED=20140920
+         UPDATED=20140920
+           SHORT="GObject based library API for managing information about operating systems"
+
+cat << EOF
+GObject based library API for managing information about operating
+systems, hypervisors and the (virtual) hardware devices they can
+support.
+EOF




More information about the Lunar-commits mailing list