mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/rar: Updated for version 5.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a6d8e29e9c
commit
667708e874
2 changed files with 9 additions and 8 deletions
|
@ -4,9 +4,10 @@
|
|||
# Written by Steven Pledger <spledger91@yahoo.com>
|
||||
|
||||
# Modifed for new rar version with x64 support by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com
|
||||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=rar
|
||||
VERSION=${VERSION:-4.2.0}
|
||||
VERSION=${VERSION:-5.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,8 +67,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
readme.txt whatsnew.txt license.txt rar.txt order.htm technote.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
readme.txt whatsnew.txt license.txt rar.txt order.htm acknow.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rar"
|
||||
VERSION="4.2.0"
|
||||
VERSION="5.0.1"
|
||||
HOMEPAGE="http://www.rarlab.com/"
|
||||
DOWNLOAD="ftp://ftp.rarlab.com/rar/rarlinux-4.2.0.tar.gz"
|
||||
MD5SUM="33dd6e01b7c336706ec778776b2151b2"
|
||||
DOWNLOAD_x86_64="ftp://ftp.rarlab.com/rar/rarlinux-x64-4.2.0.tar.gz"
|
||||
MD5SUM_x86_64="bc319712e998179249494a4eb168af7b"
|
||||
DOWNLOAD="http://www.rarlab.com/rar/rarlinux-5.0.1.tar.gz"
|
||||
MD5SUM="14437c88255215cb317cb6b04b663f57"
|
||||
DOWNLOAD_x86_64="http://www.rarlab.com/rar/rarlinux-x64-5.0.1.tar.gz"
|
||||
MD5SUM_x86_64="a8dc6fd70578809ff820d6f40d697452"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Steven Pledger"
|
||||
EMAIL="spledger91@yahoo.com"
|
||||
|
|
Loading…
Reference in a new issue