summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2010-05-13 00:34:19 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:34:19 +0200
commit5f811eb343408d4c4e11b4daf68cd19a279993a3 (patch)
tree0200541966057eb05ff5d3fb28f21d12e726c925
parenta981fc6e11187cc5a36915da33d6c36f6cb29e89 (diff)
downloadslackbuilds-5f811eb343408d4c4e11b4daf68cd19a279993a3.tar.gz
slackbuilds-5f811eb343408d4c4e11b4daf68cd19a279993a3.tar.xz
misc/heyu: Updated for version 2.4.0
-rw-r--r--misc/heyu/README9
-rw-r--r--misc/heyu/heyu.SlackBuild10
-rw-r--r--misc/heyu/heyu.info8
3 files changed, 12 insertions, 15 deletions
diff --git a/misc/heyu/README b/misc/heyu/README
index 7e2da03ba5..db119f7b36 100644
--- a/misc/heyu/README
+++ b/misc/heyu/README
@@ -4,17 +4,12 @@ few functions have been changed enough that they no longer interwork with
the original. I think this justifies issuing the program as 'heyu' instead
of 'x10'.
-The program name comes from the old joke about having a 3rd person in the
-house. Ida No was the one frequently blamed when things went wrong. In my
-house it was the frequently heard yells of "Heyu! Turn off the lights!"
-A poor joke, but I like it.
-
The program is strictly command line driven, and works well with crontab.
Crontab can be used to schedule events. You can also upload timers and
macros to the CM11's memory.
-The program comes complete with source code, sample config files, MAN pages
-an executable binary. The program has options to allow you to:
+The program comes complete with source code, sample config files, man pages,
+and executable binary. The program has options to allow you to:
* Get the date and time from the interface
* Get information about current settings and module states
diff --git a/misc/heyu/heyu.SlackBuild b/misc/heyu/heyu.SlackBuild
index 6e2b8e2a28..ad7b1c75e6 100644
--- a/misc/heyu/heyu.SlackBuild
+++ b/misc/heyu/heyu.SlackBuild
@@ -5,7 +5,7 @@
# Written by B. Watson (yalhcru@gmail.com)
PRGNAM=heyu
-VERSION=${VERSION:-2.4.0}
+VERSION=${VERSION:-2.8.0}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,9 +54,9 @@ cp $PRGNAM $PKG/usr/bin
mkdir -p $PKG/usr/man/man1
for sec in 1 5; do
- for page in *.$sec; do
- gzip -9c < $page > $PKG/usr/man/man1/$page.gz
- done
+ for page in *.$sec; do
+ gzip -9c < $page > $PKG/usr/man/man1/$page.gz
+ done
done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
@@ -71,4 +71,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/misc/heyu/heyu.info b/misc/heyu/heyu.info
index 5f4cfd9a95..5f9f5b3a92 100644
--- a/misc/heyu/heyu.info
+++ b/misc/heyu/heyu.info
@@ -1,8 +1,10 @@
PRGNAM="heyu"
VERSION="2.4.0"
HOMEPAGE="http://www.heyu.org/"
-DOWNLOAD="http://www.heyu.org/download/heyu-2.4.0.tgz"
-MD5SUM="8a09e6b470afe58f55c114c107509de2"
+DOWNLOAD="http://www.heyu.org/download/heyu-2.8.0.tgz"
+DOWNLOAD_x86_64=""
+MD5SUM="35cbfcdb674aae95ea882639219bd9a0"
+MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"