Browse Source
graphics/fim: Updated for version 0.7.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/244/head
Dimitris Zlatanidis
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
9 additions and
10 deletions
-
graphics/fim/fim.SlackBuild
-
graphics/fim/fim.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for fim |
|
|
|
|
|
|
|
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Thanks B.Watson for valuable contributions |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
@ -26,8 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=fim |
|
|
|
VERSION=${VERSION:-0.6_trunk} |
|
|
|
SRCVER=$(echo $VERSION | tr _ -) |
|
|
|
VERSION=${VERSION:-0.7.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -71,9 +70,9 @@ set -e |
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-$SRCVER |
|
|
|
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz |
|
|
|
cd $PRGNAM-$SRCVER |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="fim" |
|
|
|
VERSION="0.6_trunk" |
|
|
|
VERSION="0.7.1" |
|
|
|
HOMEPAGE="https://www.nongnu.org/fbi-improved/" |
|
|
|
DOWNLOAD="https://downloads.sourceforge.net/project/dslackw/src/fim/fim-0.6-trunk.tar.gz" |
|
|
|
MD5SUM="116d513030ef26cd4dff9aada2bea77a" |
|
|
|
DOWNLOAD="http://download.savannah.nongnu.org/releases/fbi-improved/fim-0.7.1.tar.gz" |
|
|
|
MD5SUM="bc063c214a5097a791f617ecfdb5577d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Dimitris Zlatanidis" |
|
|
|
EMAIL="d.zlatanidis@gmail.com" |
|
|
|
EMAIL="dslackw@gmail.com" |