From 1918a26fe0494f329237c1de8511efdc0d215bcd Mon Sep 17 00:00:00 2001 From: Pierre Cazenave Date: Wed, 12 May 2010 23:29:43 +0200 Subject: graphics/gimpfx-foundry: Added to 12.2 repository --- graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild | 63 +++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild (limited to 'graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild') diff --git a/graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild b/graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild new file mode 100644 index 0000000000000..061a3480a4888 --- /dev/null +++ b/graphics/gimpfx-foundry/gimpfx-foundry.SlackBuild @@ -0,0 +1,63 @@ +#!/bin/sh + +# SlackBuild script for the gimpfx-foundry scripts. +# +# Copyright 2009 Pierre Cazenave +# 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=${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.tgz -- cgit v1.2.3