diff options
author | Mario Preksavec <mario@slackware.hr> | 2013-12-04 22:48:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-05 06:42:23 +0700 |
commit | 667708e8740fe63446f3270fa5d77fe709f1620b (patch) | |
tree | 1453af3cd453e161e25ded367a1f65b2b065c314 /system/rar/rar.SlackBuild | |
parent | a6d8e29e9c125d71872b6947971d0f17cf675dab (diff) | |
download | slackbuilds-667708e8740fe63446f3270fa5d77fe709f1620b.tar.gz |
system/rar: Updated for version 5.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rar/rar.SlackBuild')
-rw-r--r-- | system/rar/rar.SlackBuild | 7 |
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 |