diff options
Diffstat (limited to 'graphics/gimp-plugin-bimp/gimp-plugin-bimp.SlackBuild')
-rw-r--r-- | graphics/gimp-plugin-bimp/gimp-plugin-bimp.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/gimp-plugin-bimp/gimp-plugin-bimp.SlackBuild b/graphics/gimp-plugin-bimp/gimp-plugin-bimp.SlackBuild index 785d5cf758..56c01eca00 100644 --- a/graphics/gimp-plugin-bimp/gimp-plugin-bimp.SlackBuild +++ b/graphics/gimp-plugin-bimp/gimp-plugin-bimp.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for gimp-plugin-bimp # # Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> +## Maintained by Klaatu @member.fsf.org # All rights reserved. # # Based on: @@ -26,7 +27,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gimp-plugin-bimp -VERSION=${VERSION:-1.16} +VERSION=${VERSION:-1.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +64,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -72,10 +73,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Let's compile! make - -# Copy over executable mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins mv bin/bimp $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins |