Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jan 11, 2014
2 parents c1a42f3 + dd7cec3 commit a1ac557
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/bridge-utils/BUILD
@@ -1,5 +1,7 @@
(

OPTS+=" --with-linux-headers=/usr/include"

autoconf &&

default_build
Expand Down
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 a1ac557

Please sign in to comment.