system/nilfs-utils: Updated for version 2.0.21

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-03-27 22:48:10 +02:00 committed by Robby Workman
parent d07b164288
commit 20ba752d7f
2 changed files with 6 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for nilfs-utils # Slackware build script for nilfs-utils
# Copyright 2010 Heinz Wiesinger, Amsterdam, The Netherlands # Copyright 2010-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nilfs-utils PRGNAM=nilfs-utils
VERSION=2.0.20 VERSION=2.0.21
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -81,10 +81,7 @@ make install-strip DESTDIR=$PKG
mv $PKG/etc/nilfs_cleanerd.conf $PKG/etc/nilfs_cleanerd.conf.new mv $PKG/etc/nilfs_cleanerd.conf $PKG/etc/nilfs_cleanerd.conf.new
( cd $PKG/usr/man find $PKG/usr/man -type f -exec gzip -9 {} \;
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \ cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \

View file

@ -1,8 +1,8 @@
PRGNAM="nilfs-utils" PRGNAM="nilfs-utils"
VERSION="2.0.20" VERSION="2.0.21"
HOMEPAGE="http://www.nilfs.org/en/" HOMEPAGE="http://www.nilfs.org/en/"
DOWNLOAD="http://www.nilfs.org/download/nilfs-utils-2.0.20.tar.bz2" DOWNLOAD="http://www.nilfs.org/download/nilfs-utils-2.0.21.tar.bz2"
MD5SUM="04287d6c96df7d823a096c203021a2ec" MD5SUM="7f970f35950b429ac490df594c9d8fc1"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger" MAINTAINER="Heinz Wiesinger"