summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/udpcast/slack-desc2
-rw-r--r--network/udpcast/udpcast.SlackBuild11
-rw-r--r--network/udpcast/udpcast.info8
3 files changed, 8 insertions, 13 deletions
diff --git a/network/udpcast/slack-desc b/network/udpcast/slack-desc
index c9fc098628..09a62a6391 100644
--- a/network/udpcast/slack-desc
+++ b/network/udpcast/slack-desc
@@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler-----------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
udpcast: udpcast (UDP File-Sender/Receiver)
udpcast:
udpcast: Udpcast is a commandline program for transmitting or receiving
diff --git a/network/udpcast/udpcast.SlackBuild b/network/udpcast/udpcast.SlackBuild
index 531bc447ac..fade25ac42 100644
--- a/network/udpcast/udpcast.SlackBuild
+++ b/network/udpcast/udpcast.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for udpcast
-# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=udpcast
-VERSION=20100130
+VERSION=20110710
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -84,10 +82,7 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changelog.txt COPYING cmd.html $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/network/udpcast/udpcast.info b/network/udpcast/udpcast.info
index 0519a3fb4a..36d68834f0 100644
--- a/network/udpcast/udpcast.info
+++ b/network/udpcast/udpcast.info
@@ -1,10 +1,10 @@
PRGNAM="udpcast"
-VERSION="20100130"
+VERSION="20110710"
HOMEPAGE="http://udpcast.linux.lu"
-DOWNLOAD="http://udpcast.linux.lu/download/udpcast-20100130.tar.gz"
-MD5SUM="f9ad942dfe3ecbd2da5d91479957e5a9"
+DOWNLOAD="http://udpcast.linux.lu/download/udpcast-20110710.tar.gz"
+MD5SUM="d48c32226c394f84032c2239c5e9f8e4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
-APPROVED="Erik Hanson"
+APPROVED="Niels Horn"