system/pbzip2: Updated for version 1.0
This commit is contained in:
parent
e43350e40e
commit
8a2ea2c98b
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue