mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/flash-player-standalone: Added to 12.0 repository
This commit is contained in:
parent
2f04f4ee24
commit
af534824f7
4 changed files with 94 additions and 0 deletions
7
multimedia/flash-player-standalone/README
Normal file
7
multimedia/flash-player-standalone/README
Normal file
|
@ -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/
|
|
@ -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
|
|
@ -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"
|
19
multimedia/flash-player-standalone/slack-desc
Normal file
19
multimedia/flash-player-standalone/slack-desc
Normal file
|
@ -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:
|
Loading…
Reference in a new issue