summaryrefslogtreecommitdiffstats
path: root/system/rar/rar.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/rar/rar.SlackBuild')
-rw-r--r--system/rar/rar.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/rar/rar.SlackBuild b/system/rar/rar.SlackBuild
index e7756ef50f..42763c2898 100644
--- a/system/rar/rar.SlackBuild
+++ b/system/rar/rar.SlackBuild
@@ -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