[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Sat Jan 11 15:40:02 CET 2014
commit a1ac557c6339323ebb9d715f905ae38b077c797a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 11 Jan 2014 06:39:53 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/a1ac557c6339323ebb9d715f905ae38b077c797a
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
net/bridge-utils/BUILD | +2/-0
utils/i7z/BUILD | +15/-0
utils/i7z/DEPENDS | +2/-0
utils/i7z/DETAILS | +13/-0
4 files changed, 32 insertions(+)
--- a/net/bridge-utils/BUILD
+++ b/net/bridge-utils/BUILD
@@ -1,5 +1,7 @@
(
+ OPTS+=" --with-linux-headers=/usr/include"
+
autoconf &&
default_build
--- /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