graphics/fim: Updated for version 0.5_rc1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-03-10 01:38:55 +02:00 committed by Willy Sudiarto Raharjo
parent 3c1b1e5cbf
commit a9a616cded
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for fim
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# Thanks B.Watson for valuable contributions
# All rights reserved.
#
@ -24,7 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fim
VERSION=${VERSION:-0.5}
VERSION=${VERSION:-0.5_rc1}
SRCVER=$(echo $VERSION | tr _ -)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-${VERSION}-trunk
tar xvf $CWD/$PRGNAM-${VERSION}-trunk.tar.gz
cd $PRGNAM-${VERSION}-trunk
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -108,4 +109,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="fim"
VERSION="0.5"
VERSION="0.5_rc1"
HOMEPAGE="http://www.nongnu.org/fbi-improved/"
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/fim/fim-0.5-trunk.tar.gz"
MD5SUM="ed14220420bf5e33f08b449de161dbc4"
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/fim/fim-0.5-rc1.tar.gz"
MD5SUM="03d4dd36c894c1d319b5d5ca7a82dfb3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""