diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 20:01:15 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:15 +0200 |
commit | af534824f7c878ff08c66925466ab506f037f8ab (patch) | |
tree | 7f6cc92c9c9c4fe8060b44e0a7920266b7ea5f5b /multimedia/flash-player-standalone | |
parent | 2f04f4ee24e14e523c1c31ed4decb0240376725b (diff) | |
download | slackbuilds-af534824f7c878ff08c66925466ab506f037f8ab.tar.gz |
multimedia/flash-player-standalone: Added to 12.0 repository
Diffstat (limited to 'multimedia/flash-player-standalone')
4 files changed, 94 insertions, 0 deletions
diff --git a/multimedia/flash-player-standalone/README b/multimedia/flash-player-standalone/README new file mode 100644 index 0000000000..9c69de29ad --- /dev/null +++ b/multimedia/flash-player-standalone/README @@ -0,0 +1,7 @@ +flash-player-standalone (Standalone Flash Player) + +Provides Adobe Flash Player to play flash movies, +clips or videos outside of the browser. + +Player is subject to Adobe Flash EULA: + http://www.adobe.com/products/eulas/players/flash/ diff --git a/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild b/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild new file mode 100644 index 0000000000..28ce2d3776 --- /dev/null +++ b/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild @@ -0,0 +1,60 @@ +#!/bin/sh + +# Slackware build script for flash-player-standalone + +# Copyright 2007-2008 Heinz Wiesinger <hmwiesinger@gmx.at> +# 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=flash-player-standalone +VERSION=9.0.124.0 +ARCH=i386 +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 $OUTPUT +cd $TMP +tar xvf $CWD/flash_player_9_linux_dev.tar.gz +cd flash_player_9_linux_dev/standalone/release +tar xvf flashplayer.tar.gz +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +# This is repackaging of a binary plugin - no SLKCFLAGS required, +# nor does anything need to be compiled +mkdir -p $PKG/usr/bin +install -m 0755 flashplayer $PKG/usr/bin/ + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp ../../README $PKG/usr/doc/$PRGNAM-$VERSION/ +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/multimedia/flash-player-standalone/flash-player-standalone.info b/multimedia/flash-player-standalone/flash-player-standalone.info new file mode 100644 index 0000000000..c4987b95d0 --- /dev/null +++ b/multimedia/flash-player-standalone/flash-player-standalone.info @@ -0,0 +1,8 @@ +PRGNAM="flash-player-standalone" +VERSION="9.0.124.0" +HOMEPAGE="http://www.adobe.com/" +DOWNLOAD="http://download.macromedia.com/pub/flashplayer/updaters/9/flash_player_9_linux_dev.tar.gz" +MD5SUM="bd4ad6d9f297797d7979ace014ecb917" +MAINTAINER="ppr:kut" +EMAIL="HMWiesinger@gmx.at" +APPROVED="rworkman" diff --git a/multimedia/flash-player-standalone/slack-desc b/multimedia/flash-player-standalone/slack-desc new file mode 100644 index 0000000000..2f366e91fb --- /dev/null +++ b/multimedia/flash-player-standalone/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler--------------------------------------| +flash-player-standalone: flash-player-standalone (Standalone Flash Player) +flash-player-standalone: +flash-player-standalone: Provides Adobe Flash Player to play flash movies, +flash-player-standalone: clips or videos outside of the browser. +flash-player-standalone: +flash-player-standalone: Player is subject to Adobe Flash EULA: +flash-player-standalone: http://www.adobe.com/products/eulas/players/flash/ +flash-player-standalone: +flash-player-standalone: +flash-player-standalone: +flash-player-standalone: |