Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (eafae8e07986fe1dadfccc5e9146863f15dcbce6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (eafae8e07986fe1dadfccc5e9146863f15dcbce6)
  • Date: Sun, 22 Jan 2012 10:49:57 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
utils/i7z/BUILD | 10 ++++++++++
utils/i7z/DEPENDS | 2 ++
utils/i7z/DETAILS | 13 +++++++++++++
utils/i7z/HISTORY | 2 ++
utils/i7z/INSTALL | 6 ++++++
6 files changed, 36 insertions(+)

New commits:
commit eafae8e07986fe1dadfccc5e9146863f15dcbce6
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

utils/i7z: new spell, i7 (and now i3, i5) reporting tool for Linux

diff --git a/ChangeLog b/ChangeLog
index 2ea189a..cf5eef1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-01-22 Ladislav Hagara <hgr AT vabo.cz>
+ * utils/i7z: new spell, i7 (and now i3, i5) reporting tool for Linux
+
2012-01-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/jansson: new spell, a library for manipulating JSON data
* graphics/darktable: new spell, a photography workflow application
and RAW
diff --git a/utils/i7z/BUILD b/utils/i7z/BUILD
new file mode 100755
index 0000000..4a6b344
--- /dev/null
+++ b/utils/i7z/BUILD
@@ -0,0 +1,10 @@
+make &&
+
+if is_depends_enabled $SPELL qt4; then
+ cd GUI &&
+ QTDIR="${QTDIR:-$INSTALL_ROOT/usr}"
+ PATH="$QTDIR/bin/qt4:$PATH"
+ qmake PREFIX=$INSTALL_ROOT/usr &&
+ make clean &&
+ make
+fi
diff --git a/utils/i7z/DEPENDS b/utils/i7z/DEPENDS
new file mode 100755
index 0000000..2ce49c6
--- /dev/null
+++ b/utils/i7z/DEPENDS
@@ -0,0 +1,2 @@
+depends ncurses &&
+optional_depends qt4 "" "" "to install iz7 GUI"
diff --git a/utils/i7z/DETAILS b/utils/i7z/DETAILS
new file mode 100755
index 0000000..895e241
--- /dev/null
+++ b/utils/i7z/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=i7z
+ VERSION=0.27.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://i7z.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:515c239a875ad282563b0b2d735243daaa39c9ef9f2d8c8663a2616ad28c56f0d71a4e1d99bdf88e9250b8090f0f4726ff272b0c6e1265991c86e100d26eb362
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://code.google.com/p/i7z/
+ LICENSE[0]=GPL
+ ENTERED=20120122
+ SHORT="i7 (and now i3, i5) reporting tool for Linux"
+cat << EOF
+A better i7 (and now i3, i5) reporting tool for Linux.
+EOF
diff --git a/utils/i7z/HISTORY b/utils/i7z/HISTORY
new file mode 100644
index 0000000..103c1b8
--- /dev/null
+++ b/utils/i7z/HISTORY
@@ -0,0 +1,2 @@
+2012-01-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 0.27.1
diff --git a/utils/i7z/INSTALL b/utils/i7z/INSTALL
new file mode 100755
index 0000000..8ea4cca
--- /dev/null
+++ b/utils/i7z/INSTALL
@@ -0,0 +1,6 @@
+cd $SOURCE_DIRECTORY &&
+default_install &&
+
+if is_depends_enabled $SPELL qt4; then
+ install -vm 755 GUI/i7z_GUI $INSTALL_ROOT/usr/bin
+fi



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (eafae8e07986fe1dadfccc5e9146863f15dcbce6), Ladislav Hagara, 01/22/2012

Archive powered by MHonArc 2.6.24.

Top of Page