multimedia/get_iplayer: Updated for version 3.34.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d6d0367099
commit
191e222117
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=get_iplayer
|
||||
VERSION=${VERSION:-3.31}
|
||||
VERSION=${VERSION:-3.34}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -55,10 +55,8 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
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 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -m 755 get_iplayer $PKG/usr/bin
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="get_iplayer"
|
||||
VERSION="3.31"
|
||||
VERSION="3.34"
|
||||
HOMEPAGE="http://www.infradead.org/get_iplayer/html/get_iplayer.html"
|
||||
DOWNLOAD="https://github.com/get-iplayer/get_iplayer/archive/v3.31/get_iplayer-3.31.tar.gz"
|
||||
MD5SUM="bdcdf8c916bab325c5794606962ddcbd"
|
||||
DOWNLOAD="https://github.com/get-iplayer/get_iplayer/archive/v3.34/get_iplayer-3.34.tar.gz"
|
||||
MD5SUM="b57588277b2f60b2f165157fbc5d45c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-LWP-Protocol-https perl-JSON perl-xml-libxml perl-Mojolicious AtomicParsley"
|
||||
|
|
Loading…
Reference in New Issue