mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/reiserfs4progs: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9f89137b96
commit
30e4c4ff4b
2 changed files with 8 additions and 10 deletions
|
@ -2,11 +2,9 @@
|
|||
|
||||
# Slackware build script for reiser4progs
|
||||
|
||||
# Written by Kurt Erickson <kurt_erickson@att.net>
|
||||
|
||||
PRGNAM=reiser4progs
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -81,7 +79,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS BUGS COPYING CREDITS CUSTOM_INSTALL_README ChangeLog \
|
||||
INSTALL INSTALL_README README THANKS TODO \
|
||||
INSTALL INSTALL_README NEWS README THANKS TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="reiser4progs"
|
||||
VERSION="1.1.0"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="https://sourceforge.net/projects/reiser4/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/reiser4/files/reiser4-utils/reiser4progs/reiser4progs-1.1.0.tar.gz"
|
||||
MD5SUM="4abfda040a0ef152bc2f42152e247a5e"
|
||||
DOWNLOAD="https://sourceforge.net/projects/reiser4/files/reiser4-utils/reiser4progs/reiser4progs-1.2.1.tar.gz"
|
||||
MD5SUM="5c3af8644a4ab291fd59ccff6539a1ed"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libaal"
|
||||
MAINTAINER="Kurt Erickson"
|
||||
EMAIL="kerickson@lavabit.com"
|
||||
MAINTAINER="Pierre-Philipp Braun"
|
||||
EMAIL="pbraun@nethence.com"
|
||||
|
|
Loading…
Reference in a new issue