[Lunar-commits] <moonbase-other> i7z: A reporting tool for i3, i5 and i7 intel CPU's

Stefan Wold ratler at lunar-linux.org
Sat Jan 11 15:35:07 CET 2014


commit e30aab8a1574881dcaec777b82c9908f967179ef
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 06 Jan 2014 15:12:11 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/e30aab8a1574881dcaec777b82c9908f967179ef

i7z: A reporting tool for i3, i5 and i7 intel CPU's
---
  utils/i7z/BUILD   | +15/-0    
  utils/i7z/DEPENDS | +2/-0     
  utils/i7z/DETAILS | +13/-0    
  3 files changed, 30 insertions(+)

--- /dev/null
+++ b/utils/i7z/BUILD
@@ -0,0 +1,15 @@
+make &&
+
+if in_depends $MODULE qt4; then
+  cd GUI &&
+  qmake &&
+  make clean &&
+  make
+  cd ..
+fi &&
+
+prepare_install &&
+make install &&
+if [ -e GUI/i7z_GUI ]; then
+  install -Dm 0755 GUI/i7z_GUI /usr/sbin/i7z-gui
+fi
--- /dev/null
+++ b/utils/i7z/DEPENDS
@@ -0,0 +1,2 @@
+depends ncurses
+optional_depends qt4 "" "" "for QT4 GUI support"
--- /dev/null
+++ b/utils/i7z/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=i7z
+         VERSION=0.27.2
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://i7z.googlecode.com/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:665e4260a7e9468d144c0a34fe683df2db6d2e5d
+        WEB_SITE="http://code.google.com/p/i7z/"
+         ENTERED=20140106
+         UPDATED=20140106
+           SHORT="A better i7 (and now i3, i5) reporting tool for Linux"
+cat <<EOF
+A better i7 (and now i3, i5) reporting tool for Linux.
+EOF




More information about the Lunar-commits mailing list