Skip to content

Commit

Permalink
i7z: A reporting tool for i3, i5 and i7 intel CPU's
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jan 6, 2014
1 parent 3cbc686 commit e30aab8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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
2 changes: 2 additions & 0 deletions utils/i7z/DEPENDS
@@ -0,0 +1,2 @@
depends ncurses
optional_depends qt4 "" "" "for QT4 GUI support"
13 changes: 13 additions & 0 deletions 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

0 comments on commit e30aab8

Please sign in to comment.