summaryrefslogtreecommitdiffstats
path: root/system/nilfs-utils
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-27 22:48:10 +0200
committer Robby Workman <rworkman@slackbuilds.org>2011-03-27 22:02:50 -0500
commit20ba752d7fb65f2f2410d4f5f7992a5cb274e986 (patch)
treefc6e495866104236dbc2aa8b43a33a23c35b4de5 /system/nilfs-utils
parentd07b16428838be26e0806089415c61e540b7d059 (diff)
downloadslackbuilds-20ba752d7fb65f2f2410d4f5f7992a5cb274e986.tar.gz
slackbuilds-20ba752d7fb65f2f2410d4f5f7992a5cb274e986.tar.xz
system/nilfs-utils: Updated for version 2.0.21
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/nilfs-utils')
-rw-r--r--system/nilfs-utils/nilfs-utils.SlackBuild9
-rw-r--r--system/nilfs-utils/nilfs-utils.info6
2 files changed, 6 insertions, 9 deletions
diff --git a/system/nilfs-utils/nilfs-utils.SlackBuild b/system/nilfs-utils/nilfs-utils.SlackBuild
index 0bc1ae4fbb..0b839803f0 100644
--- a/system/nilfs-utils/nilfs-utils.SlackBuild
+++ b/system/nilfs-utils/nilfs-utils.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for nilfs-utils
-# Copyright 2010 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2010-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# 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=nilfs-utils
-VERSION=2.0.20
+VERSION=2.0.21
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,10 +81,7 @@ make install-strip DESTDIR=$PKG
mv $PKG/etc/nilfs_cleanerd.conf $PKG/etc/nilfs_cleanerd.conf.new
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \
diff --git a/system/nilfs-utils/nilfs-utils.info b/system/nilfs-utils/nilfs-utils.info
index 3a507d425a..d651ad63ac 100644
--- a/system/nilfs-utils/nilfs-utils.info
+++ b/system/nilfs-utils/nilfs-utils.info
@@ -1,8 +1,8 @@
PRGNAM="nilfs-utils"
-VERSION="2.0.20"
+VERSION="2.0.21"
HOMEPAGE="http://www.nilfs.org/en/"
-DOWNLOAD="http://www.nilfs.org/download/nilfs-utils-2.0.20.tar.bz2"
-MD5SUM="04287d6c96df7d823a096c203021a2ec"
+DOWNLOAD="http://www.nilfs.org/download/nilfs-utils-2.0.21.tar.bz2"
+MD5SUM="7f970f35950b429ac490df594c9d8fc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"