mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/pbzip2: Version bump.
This commit is contained in:
parent
7c097f2761
commit
17b37672b7
4 changed files with 14 additions and 16 deletions
|
@ -4,7 +4,3 @@ PBZIP2 is a parallel implementation of the bzip2 block-sorting file
|
|||
compressor that uses pthreads and achieves near-linear speedup on SMP
|
||||
machines. The output of this version is fully compatible with bzip2 v1.0.2 or
|
||||
newer (ie: anything compressed with pbzip2 can be decompressed with bzip2).
|
||||
|
||||
PBZIP2 should work on any system that has a pthreads compatible C++
|
||||
compiler (such as gcc). It has been tested on: Linux, Windows (cygwin &
|
||||
MinGW), Solaris, Tru64/OSF1, HP-UX, and Irix.
|
||||
|
|
14
system/pbzip2/pbzip2.SlackBuild
Normal file → Executable file
14
system/pbzip2/pbzip2.SlackBuild
Normal file → Executable file
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for PBZIP2
|
||||
#
|
||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pbzip2
|
||||
VERSION=1.0.5
|
||||
VERSION=1.1.0
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -33,14 +33,14 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -eu
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
fi
|
||||
|
||||
set -eu
|
||||
|
@ -56,8 +56,8 @@ chmod -R u+w,go+r-w,a-s .
|
|||
|
||||
make CFLAGS+="$SLKCFLAGS"
|
||||
|
||||
# DESTDIR isn't supported, install manually
|
||||
mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION} $PKG/install
|
||||
# DESTDIR isn't supported; install manually
|
||||
mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION}
|
||||
|
||||
# Binary
|
||||
cp pbzip2 $PKG/usr/bin/pbzip2
|
||||
|
@ -70,6 +70,8 @@ chmod 0644 $PKG/usr/man/man1/pbzip2.1.gz
|
|||
|
||||
cp -a AUTHORS COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pbzip2"
|
||||
VERSION="1.0.5"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="http://compression.ca/pbzip2/"
|
||||
DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.0.5.tar.gz"
|
||||
DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.1.0.tar.gz"
|
||||
MD5SUM="39cfc2e8c810391b571246e798f7c73a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="e2448d22ee29d1e6549ac58b98df11ab"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
pbzip2: PBZIP2 (Parallel BZIP2)
|
||||
pbzip2:
|
||||
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
|
||||
pbzip2: machines. The output of this version is fully compatible with bzip2
|
||||
|
@ -15,5 +15,5 @@ pbzip2: v1.0.2 or newer (ie: anything compressed with pbzip2 can be
|
|||
pbzip2: decompressed with bzip2).
|
||||
pbzip2:
|
||||
pbzip2:
|
||||
pbzip2:
|
||||
pbzip2:
|
||||
pbzip2:
|
||||
|
|
Loading…
Reference in a new issue