summaryrefslogtreecommitdiff
path: root/graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2013-11-14 23:16:17 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-11-24 00:06:55 -0600
commitfe59227d7a8140d5952dab4505618204807933c5 (patch)
tree38032fd0058b139bcd9c0488a0841f24c8fb1d27 /graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild
parent4bb23ae54bf5db0c096a20b11a42cbdfc34bafe3 (diff)
downloadslackbuilds-fe59227d7a8140d5952dab4505618204807933c5.tar.gz
graphics/gimpfx-foundry: Removed (no SBo maintainer)
Nothing else in the repo needs this, so there's not any good reason for us to continue carrying it. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild')
-rw-r--r--graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild63
1 files changed, 0 insertions, 63 deletions
diff --git a/graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild b/graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild
deleted file mode 100644
index 7d9d4aa637..0000000000
--- a/graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/sh
-
-# SlackBuild script for the gimpfx-foundry scripts.
-#
-# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=gimpfx-foundry
-VERSION=2.6.1
-SRCVER=2.6-1
-ARCH=noarch
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG/usr/share/gimp/2.0/scripts/ $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz -C $PKG/usr/share/gimp/2.0/scripts/
-cd $PKG
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-# amend the permissions on the scripts
-chmod 644 $PKG/usr/share/gimp/2.0/scripts/*.scm
-
-# add what docs there are
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-mv $PKG/usr/share/gimp/2.0/scripts/release-notes.txt $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README$TAG
-
-find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}