mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/enblend-enfuse: Updated for version 4.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8d76e6accb
commit
2bfb1dde6c
2 changed files with 6 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Enblend-Enfuse
|
||||
#
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2011-2013 titopoquito (titopoquito@googlemail.com)
|
||||
# Copyright 2011-2014 titopoquito (titopoquito@gmail.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=enblend-enfuse
|
||||
VERSION=4.1.1
|
||||
VERSION=${VERSION:-4.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -83,8 +83,6 @@ make
|
|||
make install-strip DESTDIR=$PKG
|
||||
|
||||
gzip -9 $PKG/usr/man/man?/*.?
|
||||
gzip -9 $PKG/usr/info/*.info
|
||||
rm -rf $PKG/usr/info/dir
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog NEWS README README.txt VERSION \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="enblend-enfuse"
|
||||
VERSION="4.1.1"
|
||||
VERSION="4.1.2"
|
||||
HOMEPAGE="http://enblend.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/enblend/enblend-enfuse-4.1.1.tar.gz"
|
||||
MD5SUM="9bc34f423f3bee35150ab593211da4a2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/enblend/enblend-enfuse-4.1.2.tar.gz"
|
||||
MD5SUM="5b609ddfc9fae5fadf65d29c08e0340e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libxmi gsl vigra"
|
||||
REQUIRES="gsl vigra"
|
||||
MAINTAINER="titopoquito"
|
||||
EMAIL="titopoquito@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue