misc/heyu: Updated for version 2.9.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
4a9ae24c77
commit
bd73d4e39a
|
@ -5,7 +5,7 @@
|
|||
# Written by B. Watson (yalhcru@gmail.com)
|
||||
|
||||
PRGNAM=heyu
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
VERSION=${VERSION:-2.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -38,7 +38,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="heyu"
|
||||
VERSION="2.8.0"
|
||||
VERSION="2.9.3"
|
||||
HOMEPAGE="http://www.heyu.org/"
|
||||
DOWNLOAD="http://www.heyu.org/download/heyu-2.8.0.tgz"
|
||||
MD5SUM="35cbfcdb674aae95ea882639219bd9a0"
|
||||
DOWNLOAD="http://www.heyu.org/download/heyu-2.9.3.tar.gz"
|
||||
MD5SUM="8f8a5f0fa8d133c715fc2b81ed7d7a66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="B. Watson"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
heyu: heyu (X10 module controller software)
|
||||
heyu:
|
||||
heyu:
|
||||
heyu: This program operates an X10 module via a CM11A computer interface.
|
||||
heyu: It is based on the X10 program by Larry Cambell as modified by
|
||||
heyu: Paul Fox. All but a few functions have been changed enough that
|
||||
heyu: they no longer interwork with the original. I think this justifies
|
||||
heyu: It is based on the X10 program by Larry Cambell as modified by
|
||||
heyu: Paul Fox. All but a few functions have been changed enough that
|
||||
heyu: they no longer interwork with the original. I think this justifies
|
||||
heyu: issuing the program as 'heyu' instead of 'x10'.
|
||||
heyu:
|
||||
heyu:
|
||||
heyu: Homepage: http://www.heyu.org
|
||||
heyu:
|
||||
heyu:
|
||||
heyu:
|
||||
heyu:
|
||||
|
|
Loading…
Reference in New Issue