From 46493d95220a1297349861cc4ef35bf4b54d671d Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Tue, 24 Feb 2015 17:31:20 +0100 Subject: system/rar: Updated for version 5.2.1 and maintainer change. --- system/rar/rar.SlackBuild | 14 +++++++------- system/rar/rar.info | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'system/rar') diff --git a/system/rar/rar.SlackBuild b/system/rar/rar.SlackBuild index 42763c2898..4fcd7c2e11 100644 --- a/system/rar/rar.SlackBuild +++ b/system/rar/rar.SlackBuild @@ -1,13 +1,13 @@ #!/bin/sh # Slackware build script for rar -# Written by Steven Pledger -# Modifed for new rar version with x64 support by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com +# Written by Steven Pledger +# Modified by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com # Modified by Mario Preksavec PRGNAM=rar -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,10 +44,10 @@ tar xvf $CWD/${PRGNAM}linux-$x64FIX$VERSION.tar.gz cd $PRGNAM chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/usr/bin install -m 0755 rar $PKG/usr/bin diff --git a/system/rar/rar.info b/system/rar/rar.info index 5b154dcb67..422af00706 100644 --- a/system/rar/rar.info +++ b/system/rar/rar.info @@ -1,10 +1,10 @@ PRGNAM="rar" -VERSION="5.0.1" +VERSION="5.2.1" HOMEPAGE="http://www.rarlab.com/" -DOWNLOAD="http://www.rarlab.com/rar/rarlinux-5.0.1.tar.gz" -MD5SUM="14437c88255215cb317cb6b04b663f57" -DOWNLOAD_x86_64="http://www.rarlab.com/rar/rarlinux-x64-5.0.1.tar.gz" -MD5SUM_x86_64="a8dc6fd70578809ff820d6f40d697452" +DOWNLOAD="http://www.rarlab.com/rar/rarlinux-5.2.1.tar.gz" +MD5SUM="d5a541a74f63b2c712ae6e6cd1d5f50c" +DOWNLOAD_x86_64="http://www.rarlab.com/rar/rarlinux-x64-5.2.1.tar.gz" +MD5SUM_x86_64="7c7139c4405f3277eaad1341f9bf4f8d" REQUIRES="" -MAINTAINER="Steven Pledger" -EMAIL="spledger91@yahoo.com" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr" -- cgit v1.2.3