mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/rar2fs: Updated for version 1.24.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
f5fc7a137e
commit
adb6deb5dd
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rar2fs
|
||||
|
||||
# Copyright 2011, 2015, 2016 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2011, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rar2fs
|
||||
VERSION=${VERSION:-1.23.1}
|
||||
VERSION=${VERSION:-1.24.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -84,6 +84,9 @@ make
|
|||
install -D -m 755 mkr2i $PKG/usr/bin/mkr2i
|
||||
install -D -m 755 rar2fs $PKG/usr/bin/rar2fs
|
||||
|
||||
install -D -m 644 rar2fs.1 $PKG/usr/man/man1/rar2fs.1
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rar2fs"
|
||||
VERSION="1.23.1"
|
||||
VERSION="1.24.0"
|
||||
HOMEPAGE="https://github.com/hasse69/rar2fs"
|
||||
DOWNLOAD="https://github.com/hasse69/rar2fs/releases/download/v1.23.1/rar2fs-1.23.1.tar.gz"
|
||||
MD5SUM="a197599e428e4e6ebf1e43b4f503d790"
|
||||
DOWNLOAD="https://github.com/hasse69/rar2fs/releases/download/v1.24.0/rar2fs-1.24.0.tar.gz"
|
||||
MD5SUM="15715f0a39db25e4a468dda50b7d9bb8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="unrar"
|
||||
|
|
Loading…
Reference in a new issue