Skip to content

Commit

Permalink
gimp-refocus: rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Jan 3, 2017
1 parent be52175 commit d434e0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions gimp-refocus/README
Expand Up @@ -10,3 +10,5 @@ A sharpen plugin for gimp using FIR Wiener filtering
HOME: http://refocus.sourceforge.net/

======================================================================
REQUIRES: lapack

6 changes: 3 additions & 3 deletions gimp-refocus/gimp-refocus.SlackBuild
Expand Up @@ -2,7 +2,7 @@
#
# Slackware build script for gimp refocus
#
# Copyright 2013-2016 Corrado Franco (http://conraid.net)
# Copyright 2013-2017 Corrado Franco (http://conraid.net)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -32,7 +32,7 @@ CWD=$(pwd)
PRGNAM=refocus
PKGNAM=gimp-refocus
VERSION=0.9.0
BUILD=${BUILD:-3}
BUILD=${BUILD:-4}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
PKG=$TMP/package-$PKGNAM
Expand Down Expand Up @@ -63,7 +63,7 @@ else
fi

rm -rf $PKG
mkdir -p $TMP $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion gimp-refocus/gimp-refocus.info
Expand Up @@ -3,7 +3,7 @@ VERSION="0.9.0"
HOMEPAGE="http://refocus.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/refocus/refocus/0.9.0/refocus-0.9.0.tar.gz"
FILENAME="refocus-0.9.0.tar.gz"
REQUIRES=""
REQUIRES="lapack"
MD5SUM="8d4eac4ef45c904fb5e73021696bec94"
SHASUM="eab0f7e4df9fd4c82cda574f908e2e43205ddaec"
MAINTAINER="Corrado Franco"
Expand Down

0 comments on commit d434e0c

Please sign in to comment.