From 5f811eb343408d4c4e11b4daf68cd19a279993a3 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Thu, 13 May 2010 00:34:19 +0200 Subject: misc/heyu: Updated for version 2.4.0 --- misc/heyu/README | 9 ++------- misc/heyu/heyu.SlackBuild | 10 +++++----- misc/heyu/heyu.info | 8 +++++--- 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" -- cgit v1.2.3