system/zisofs-tools: Updated for version 1.0.7

This commit is contained in:
Robby Workman 2010-05-11 19:46:48 +02:00 committed by Robby Workman
parent 4cb3e9a742
commit 3f5f8ce051
3 changed files with 15 additions and 5 deletions

View file

@ -1,4 +1,12 @@
zisofs-tools: zisofs/RockRidge compressed file tree creation tools
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
zisofs-tools: zisofs-tools (zisofs/RockRidge compressed file tree creation tools)
zisofs-tools:
zisofs-tools: The user tools for zisofs come in two parts: a utility
zisofs-tools: "mkzftree" and mkisofs, which is part of the cdrtools
@ -7,3 +15,5 @@ zisofs-tools:
zisofs-tools: zisofs-tools was written by H. Peter Anvin <hpa@zytor.com>
zisofs-tools:
zisofs-tools:
zisofs-tools:
zisofs-tools:

View file

@ -2,7 +2,7 @@
# Slackware build script for zisofs-tools
# Copyright 2006 Robby Workman (http://rlworkman.net)
# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,7 +29,7 @@ VERSION=1.0.7
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -67,7 +67,7 @@ make INSTALLROOT=$PKG install || exit 1
( 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
for i in $(find . -type l); do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://www.kernel.org/pub/linux/utils/fs/zisofs/zisofs-tools-1.0.7.tar
MD5SUM="ce2abdd5bd139242b4a3e0abb42928d4"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="robw810"
APPROVED="rworkman"