diff options
author | titopoquito <titopoquito@gmail.com> | 2011-08-11 16:01:21 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-11 16:01:21 -0300 |
commit | 647288da23e01e700d4d2b09a61b9f8dd5cf639a (patch) | |
tree | 956408bd91d1052627884cdf22fc33a17ffdc5df /libraries/libpano13/libpano13.SlackBuild | |
parent | f7f80c04565af0b83ef5c08ba635c5daffab823b (diff) | |
download | slackbuilds-647288da23e01e700d4d2b09a61b9f8dd5cf639a.tar.gz |
libraries/libpano13: Updated for version 2.9.18 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libpano13/libpano13.SlackBuild')
-rw-r--r-- | libraries/libpano13/libpano13.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/libpano13/libpano13.SlackBuild b/libraries/libpano13/libpano13.SlackBuild index 6f083fc3d2..c4bd801ed8 100644 --- a/libraries/libpano13/libpano13.SlackBuild +++ b/libraries/libpano13/libpano13.SlackBuild @@ -4,6 +4,8 @@ # # Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. +# Modified 2011 for version 2.9.18 by titopoquito +# (titopoquito@gmail.com) # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,16 +25,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libpano13 -VERSION=2.9.14 +VERSION=2.9.18 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 @@ -81,7 +81,7 @@ make install-strip DESTDIR=$PKG gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO \ +cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |