mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +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
|
This SlackBuild repackages the official binary.
|
||||||
official binary.
|
|
||||||
|
|
||||||
This is only an evaluation copy.
|
This is a shareware program. If you would like to continue using RAR
|
||||||
If you wish to use RAR after the evaluation period of 40 days, you will
|
after 40 days, you will have to purchase a license. See license.txt in
|
||||||
have to purchase its license: http://www.rarlab.com/registration.php
|
the docs directory for more details.
|
||||||
|
|
||||||
To include unrar in the package, run the script like this:
|
To include unrar in the package, run the script like this:
|
||||||
UNRAR=yes ./rar.SlackBuild
|
UNRAR=yes ./rar.SlackBuild
|
||||||
|
|
|
@ -3,12 +3,14 @@
|
||||||
# Slackware build script for rar
|
# Slackware build script for rar
|
||||||
# Written by Steven Pledger <piratesmack@ymail.com>
|
# 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
|
# 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 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
|
PRGNAM=rar
|
||||||
VERSION=${VERSION:-3.9.2}
|
VERSION=${VERSION:-3.9.3}
|
||||||
ARCH=${ARCH:-i386}
|
ARCH=${ARCH:-i386}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="rar"
|
PRGNAM="rar"
|
||||||
VERSION="3.9.2"
|
VERSION="3.9.3"
|
||||||
HOMEPAGE="http://www.rarlab.com/"
|
HOMEPAGE="http://www.rarlab.com/"
|
||||||
DOWNLOAD="http://www.rarlab.com/rar/rarlinux-3.9.2.tar.gz"
|
DOWNLOAD="http://www.rarlab.com/rar/rarlinux-3.9.3.tar.gz"
|
||||||
MD5SUM="f26e656025abab02295cb843b24a91c1"
|
MD5SUM="4a9a8cf0612735e860f72bdd46c1a03e"
|
||||||
DOWNLOAD_x86_64="http://www.rarlab.com/rar/rarlinux-x64-3.9.2.tar.gz"
|
DOWNLOAD_x86_64="http://www.rarlab.com/rar/rarlinux-x64-3.9.3.tar.gz"
|
||||||
MD5SUM_x86_64="782a23705cf2fb5a81ee490942462eba"
|
MD5SUM_x86_64="622e6aed2de89fd3871f43a2bef0a5c6"
|
||||||
MAINTAINER="Steven Pledger"
|
MAINTAINER="Steven Pledger"
|
||||||
EMAIL="piratesmack@ymail.com"
|
EMAIL="piratesmack@ymail.com"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="Erik Hanson"
|
||||||
|
|
Loading…
Reference in a new issue