summaryrefslogtreecommitdiffstats
path: root/system/pbzip2
diff options
context:
space:
mode:
author Erik Hanson2010-05-11 19:46:35 +0200
committer Michiel van Wessem2010-05-11 19:46:35 +0200
commit8a2ea2c98be197f14d1e92f2ab58a7cfb4b27106 (patch)
treefc62b03d57f021caa16fe0c29cdc2bcb3ceb0382 /system/pbzip2
parente43350e40e79a0e44cdd603091e955a6e6656e69 (diff)
downloadslackbuilds-8a2ea2c98be197f14d1e92f2ab58a7cfb4b27106.tar.gz
system/pbzip2: Updated for version 1.0
Diffstat (limited to 'system/pbzip2')
-rw-r--r--system/pbzip2/pbzip2.SlackBuild2
-rw-r--r--system/pbzip2/slack-desc10
2 files changed, 10 insertions, 2 deletions
diff --git a/system/pbzip2/pbzip2.SlackBuild b/system/pbzip2/pbzip2.SlackBuild
index b4e34c3bb8..b3e55b728a 100644
--- a/system/pbzip2/pbzip2.SlackBuild
+++ b/system/pbzip2/pbzip2.SlackBuild
@@ -8,7 +8,7 @@ VERSION=1.0
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
diff --git a/system/pbzip2/slack-desc b/system/pbzip2/slack-desc
index f331920c34..ffd85570fe 100644
--- a/system/pbzip2/slack-desc
+++ b/system/pbzip2/slack-desc
@@ -1,4 +1,12 @@
-pbzip2: PBZIP2 - Parallel BZIP2
+# 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------------------------------------------------------|
+pbzip2: PBZIP2 (Parallel BZIP2)
pbzip2:
pbzip2: PBZIP2 is a parallel implementation of the bzip2 block-sorting file
pbzip2: compressor that uses pthreads and achieves near-linear speedup on SMP