network/udpcast: Updated for version 20110710.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-11-08 08:38:29 -02:00 committed by Robby Workman
parent 165deb2aa6
commit a8362d26b2
3 changed files with 8 additions and 13 deletions

View file

@ -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

View file

@ -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

View file

@ -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"