diff options
author | David Woodfall <dave@dawoodfall.net> | 2011-09-22 21:19:01 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-22 21:19:01 -0300 |
commit | 9d37cb0ba5765be027786d7db970aa332261d5fd (patch) | |
tree | d24b0682a3b8cfacc403d1a1e8170693bf2ee50f /libraries/opal/opal.SlackBuild | |
parent | af7810682850345a22725c9f193868f030a1500f (diff) |
libraries/opal: Updated for version 3.6.8 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/opal/opal.SlackBuild')
-rw-r--r-- | libraries/opal/opal.SlackBuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/libraries/opal/opal.SlackBuild b/libraries/opal/opal.SlackBuild index df06d73f19d2..8dad0ab26ab0 100644 --- a/libraries/opal/opal.SlackBuild +++ b/libraries/opal/opal.SlackBuild @@ -2,7 +2,9 @@ # Slackware build script for Opal -# Copyright 2008-2009 Mauro Giachero (mauro dot giachero at gmail dot com) +# Copyright 2008-2009 Mauro Giachero +# All rights reserved. +# Copyright 2011 David Woodfall # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +25,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opal -VERSION=${VERSION:-3.6.7} +VERSION=${VERSION:-3.6.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -70,10 +70,6 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -# Patch to add celt 0.7 support to opal -# Found at -# http://packages.gentoo.org/package/net-libs/opal?arches=fbsd -patch -p1 < $CWD/opal-3.6.7-celt-0.7-update.patch ( cd plugins aclocal @@ -97,7 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-shared \ --build=$ARCH-slackware-linux -make +make VERBOSE=1 make install DESTDIR=$PKG # Remove static library |