diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 19:46:48 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:46:48 +0200 |
commit | 3f5f8ce0517952609cc134e6ab4ce5be055b3c7d (patch) | |
tree | 936bb6586703a4b78ca012d46b5f33d101ef20fd /system | |
parent | 4cb3e9a7426f744c49418547736303153963f6f5 (diff) | |
download | slackbuilds-3f5f8ce0517952609cc134e6ab4ce5be055b3c7d.tar.gz |
system/zisofs-tools: Updated for version 1.0.7
Diffstat (limited to 'system')
-rw-r--r-- | system/zisofs-tools/slack-desc | 12 | ||||
-rw-r--r-- | system/zisofs-tools/zisofs-tools.SlackBuild | 6 | ||||
-rw-r--r-- | system/zisofs-tools/zisofs-tools.info | 2 |
3 files changed, 15 insertions, 5 deletions
diff --git a/system/zisofs-tools/slack-desc b/system/zisofs-tools/slack-desc index d9b82a1467..43657e7f4b 100644 --- a/system/zisofs-tools/slack-desc +++ b/system/zisofs-tools/slack-desc @@ -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: diff --git a/system/zisofs-tools/zisofs-tools.SlackBuild b/system/zisofs-tools/zisofs-tools.SlackBuild index 3c3b9c3c82..d32ccb5c56 100644 --- a/system/zisofs-tools/zisofs-tools.SlackBuild +++ b/system/zisofs-tools/zisofs-tools.SlackBuild @@ -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 diff --git a/system/zisofs-tools/zisofs-tools.info b/system/zisofs-tools/zisofs-tools.info index 24f37fb5d6..4af538b8ab 100644 --- a/system/zisofs-tools/zisofs-tools.info +++ b/system/zisofs-tools/zisofs-tools.info @@ -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" |