multimedia/MediathekView: Updated for version 9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Heiko Rosemann 2015-04-17 00:41:31 +07:00 committed by Willy Sudiarto Raharjo
parent 1967a59fe5
commit 090fc94340
2 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for MediathekView
# Copyright 2013-2014 Heiko Rosemann, Germany
# Copyright 2013-2015 Heiko Rosemann, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=MediathekView
VERSION=${VERSION:-8}
VERSION=${VERSION:-9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -45,10 +45,10 @@ unzip $CWD/${PRGNAM}_$VERSION.zip -d $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/$PRGNAM/bin
cp -a bin/flv-linux.sh $PKG/usr/share/$PRGNAM/bin/flv.sh
@ -60,7 +60,7 @@ cat $CWD/$PRGNAM.wrapper > $PKG/usr/bin/$PRGNAM
chmod 0755 $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Anleitung/* Copyright/* info/* $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Anleitung/* Copyright/* Info/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="MediathekView"
VERSION="8"
VERSION="9"
HOMEPAGE="http://zdfmediathk.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/zdfmediathk/MediathekView_8.zip"
MD5SUM="bafc17a229f17fb6f2a260f426d0de4e"
DOWNLOAD="http://downloads.sourceforge.net/zdfmediathk/MediathekView_9.zip"
MD5SUM="bc0db2078982b04a9686ad19f0bc9dab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"