multimedia/imagination: Updated for version to 3.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4d66e19156
commit
3cd2d3d539
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for imagination
|
||||
|
||||
# Maintained by Klaatu @member.fsf.org
|
||||
# Maintained by Klaatu <klaatu@member.fsf.org> | Lawrence NZ
|
||||
# Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=imagination
|
||||
VERSION=${VERSION:-3.1}
|
||||
VERSION=${VERSION:-3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -71,7 +71,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -102,7 +102,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
AUTHORS COPYING ChangeLog INSTALL README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="imagination"
|
||||
VERSION="3.1"
|
||||
VERSION="3.6"
|
||||
HOMEPAGE="http://imagination.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/imagination/imagination-3.1.tar.bz2"
|
||||
MD5SUM="0c430f90a58cbd6c9fcebf1f8385d777"
|
||||
DOWNLOAD="https://sourceforge.net/projects/imagination/files/imagination-3.6.tar.gz"
|
||||
MD5SUM="798bcb72a939f5c6c48801fd0442f1b3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue