graphics/fim: Updated for version 0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2015-02-14 11:54:26 +07:00 committed by Willy Sudiarto Raharjo
parent bb2ea26231
commit afa96fb60e
2 changed files with 7 additions and 8 deletions

View File

@ -24,8 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fim
VERSION=${VERSION:-0.4_rc1}
SRCVERSION=$(echo $VERSION | tr _ -)
VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVERSION
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz
cd $PRGNAM-$SRCVERSION
rm -rf $PRGNAM-${VERSION}-trunk
tar xvf $CWD/$PRGNAM-${VERSION}-trunk.tar.gz
cd $PRGNAM-${VERSION}-trunk
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,8 +1,8 @@
PRGNAM="fim"
VERSION="0.4_rc1"
VERSION="0.5"
HOMEPAGE="http://www.autistici.org/dezperado/fim/"
DOWNLOAD="http://ftp.cc.uoc.gr/mirrors/nongnu.org/fbi-improved/fim-0.4-rc1.tar.gz"
MD5SUM="d7362dde5541c2b6439c35c6e2bd5046"
DOWNLOAD="http://ftp.cc.uoc.gr/mirrors/nongnu.org/fbi-improved/fim-0.5-trunk.tar.gz"
MD5SUM="6163588b993205eae14986002dc291de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""