From 2649a91533a8ef9e0dbc163bc2db945accdee600 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 11 May 2010 22:26:54 +0200 Subject: system/pbzip2: Updated for version 1.0.3 --- system/pbzip2/Makefile.patch | 22 ---------------------- system/pbzip2/README | 14 +++++++------- system/pbzip2/pbzip2.SlackBuild | 24 ++++++++++++++++-------- system/pbzip2/pbzip2.info | 8 ++++---- 4 files changed, 27 insertions(+), 41 deletions(-) delete mode 100644 system/pbzip2/Makefile.patch (limited to 'system/pbzip2') diff --git a/system/pbzip2/Makefile.patch b/system/pbzip2/Makefile.patch deleted file mode 100644 index ef935dc8c1..0000000000 --- a/system/pbzip2/Makefile.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile 2007-03-14 15:59:20.000000000 -0500 -+++ Makefile.new 2007-03-14 16:00:29.000000000 -0500 -@@ -11,16 +11,16 @@ - - # Standard pbzip2 compile - pbzip2: pbzip2.cpp -- $(CC) -O3 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o pbzip2 pbzip2.cpp -pthread -lpthread -lbz2 -+ $(CC) -O3 -march=i486 -mtune=i686 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o pbzip2 pbzip2.cpp -pthread -lpthread -lbz2 - - # Choose this if you want to compile in a static version of the libbz2 library - pbzip2-static: libbz2.a pbzip2.cpp -- $(CC) -O3 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o pbzip2 pbzip2.cpp -pthread -lpthread -I. -L. -lbz2 -+ $(CC) -O3 -march=i486 -mtune=i686 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o pbzip2 pbzip2.cpp -pthread -lpthread -I. -L. -lbz2 - - # Compatability mode for 32bit file sizes (less than 2GB) and systems - # that have compilers that treat int as 64bit natively (ie: modern AIX) - pbzip2-compat: pbzip2.cpp -- $(CC) -O3 -o pbzip2 pbzip2.cpp -pthread -lpthread -lbz2 -+ $(CC) -O3 -march=i486 -mtune=i686 -o pbzip2 pbzip2.cpp -pthread -lpthread -lbz2 - - # Install the binary pbzip2 program and man page - install: pbzip2 diff --git a/system/pbzip2/README b/system/pbzip2/README index f5cdb8f284..20b0f4164a 100644 --- a/system/pbzip2/README +++ b/system/pbzip2/README @@ -1,10 +1,10 @@ Parallel BZIP2 (PBZIP2) - Data Compression Software -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 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. +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. diff --git a/system/pbzip2/pbzip2.SlackBuild b/system/pbzip2/pbzip2.SlackBuild index b3e55b728a..b998560fb3 100644 --- a/system/pbzip2/pbzip2.SlackBuild +++ b/system/pbzip2/pbzip2.SlackBuild @@ -1,10 +1,10 @@ -#!/bin/sh +#!/bin/sh -eu # Slackware build script for PBZIP2 # Written by Erik Hanson erik@slackbuilds.org PRGNAM=pbzip2 -VERSION=1.0 +VERSION=1.0.3 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -13,20 +13,28 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + rm -rf $PKG mkdir -p $TMP $PKG -cd $TMP +cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# Patch to add march/mtune -patch -p0 < $CWD/Makefile.patch -make || exit 1 +# Hack to add march/mtune +sed -i "s/-O2/${SLKCFLAGS}/" Makefile + +# Build +make -# DESTDIR isn't support, there's only 2 files so install manually +# DESTDIR isn't supported, install manually mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION} $PKG/install # Binary diff --git a/system/pbzip2/pbzip2.info b/system/pbzip2/pbzip2.info index e7cf9e6852..187a9b8341 100644 --- a/system/pbzip2/pbzip2.info +++ b/system/pbzip2/pbzip2.info @@ -1,8 +1,8 @@ PRGNAM="pbzip2" -VERSION="1.0" +VERSION="1.0.3" HOMEPAGE="http://compression.ca/pbzip2/" -DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.0.tar.gz" -MD5SUM="a8923165b97e665b9d1e85f1566700e9" +DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.0.3.tar.gz" +MD5SUM="38cb9106c45add5e0fb80864477df7e7" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="BP{k}" +APPROVED="dsomero" -- cgit v1.2.3-65-gdbad