mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/rar: Updated for version 3.9.3.
This commit is contained in:
parent
8194a8bd23
commit
e068523091
3 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue