summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Steven Pledger <piratesmack@ymail.com>2010-03-23 19:23:31 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-05-13 14:28:41 +0200
commite068523091165b95bc5dffd11a8eec8c5bf6e94d (patch)
tree8643e85a8e42fc61bccf258e15de076f5993f12e /system
parent8194a8bd23ec5f66360b9c53c5c8955b3c6df542 (diff)
downloadslackbuilds-e068523091165b95bc5dffd11a8eec8c5bf6e94d.tar.gz
slackbuilds-e068523091165b95bc5dffd11a8eec8c5bf6e94d.tar.xz
system/rar: Updated for version 3.9.3.
Diffstat (limited to 'system')
-rw-r--r--system/rar/README11
-rw-r--r--system/rar/rar.SlackBuild6
-rw-r--r--system/rar/rar.info10
3 files changed, 14 insertions, 13 deletions
diff --git a/system/rar/README b/system/rar/README
index bb157fe455..f27961cb7c 100644
--- a/system/rar/README
+++ b/system/rar/README
@@ -1,11 +1,10 @@
-rar is a command line utitility used to create RAR archives in Linux.
+rar is a command line utitility for creating RAR archives.
-Since the source code isn't available, this SlackBuild packages the
-official binary.
+This SlackBuild repackages the official binary.
-This is only an evaluation copy.
-If you wish to use RAR after the evaluation period of 40 days, you will
-have to purchase its license: http://www.rarlab.com/registration.php
+This is a shareware program. If you would like to continue using RAR
+after 40 days, you will have to purchase a license. See license.txt in
+the docs directory for more details.
To include unrar in the package, run the script like this:
UNRAR=yes ./rar.SlackBuild
diff --git a/system/rar/rar.SlackBuild b/system/rar/rar.SlackBuild
index 969affb30c..34ca7145c0 100644
--- a/system/rar/rar.SlackBuild
+++ b/system/rar/rar.SlackBuild
@@ -3,12 +3,14 @@
# Slackware build script for rar
# Written by Steven Pledger <piratesmack@ymail.com>
+# Changelog:
# Modifed for new rar version with x64 support by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com
# rev 3: updated to rar 3.9.1, added option to install unrar -steven
-# rev 4: updated to rar 3.9.2
+# rev 4: updated to rar 3.9.2 -steven
+# rev 5: updated to rar 3.9.3 -steven
PRGNAM=rar
-VERSION=${VERSION:-3.9.2}
+VERSION=${VERSION:-3.9.3}
ARCH=${ARCH:-i386}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/rar/rar.info b/system/rar/rar.info
index 3fad78fad2..6c471fa068 100644
--- a/system/rar/rar.info
+++ b/system/rar/rar.info
@@ -1,10 +1,10 @@
PRGNAM="rar"
-VERSION="3.9.2"
+VERSION="3.9.3"
HOMEPAGE="http://www.rarlab.com/"
-DOWNLOAD="http://www.rarlab.com/rar/rarlinux-3.9.2.tar.gz"
-MD5SUM="f26e656025abab02295cb843b24a91c1"
-DOWNLOAD_x86_64="http://www.rarlab.com/rar/rarlinux-x64-3.9.2.tar.gz"
-MD5SUM_x86_64="782a23705cf2fb5a81ee490942462eba"
+DOWNLOAD="http://www.rarlab.com/rar/rarlinux-3.9.3.tar.gz"
+MD5SUM="4a9a8cf0612735e860f72bdd46c1a03e"
+DOWNLOAD_x86_64="http://www.rarlab.com/rar/rarlinux-x64-3.9.3.tar.gz"
+MD5SUM_x86_64="622e6aed2de89fd3871f43a2bef0a5c6"
MAINTAINER="Steven Pledger"
EMAIL="piratesmack@ymail.com"
APPROVED="Erik Hanson"