diff options
author | Ken Roberts <alisonken1@juno.com> | 2013-11-12 22:48:53 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-12 22:48:53 -0600 |
commit | 76be1432ef381409f148f8a0dafb56e7d878803c (patch) | |
tree | bd37d1a99521e9032ea6ba171a6d8348d6278a1e /libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild | |
parent | 798cb871d1350044216255410734333a9e3b5bfc (diff) | |
download | slackbuilds-76be1432ef381409f148f8a0dafb56e7d878803c.tar.gz |
libraries/flashplugin-lahf-fix: Updated for version 0.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild')
-rw-r--r-- | libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild b/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild index a1e5177717..1eb9b60dba 100644 --- a/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild +++ b/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild @@ -1,10 +1,10 @@ #!/bin/sh -x # Slackware build script for LAHF fix for flash plugin -# Writen by Ken Roberts using code scrounged from the net +# Written by Ken Roberts using code scrounged from the net PRGNAM=flashplugin-lahf-fix -VERSION=0.1 +VERSION=0.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -22,24 +22,12 @@ PKG=${TMP}/package-${PRGNAM} OUTPUT=${OUTPUT:-/tmp} rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tgz -cd $PRGNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -mkdir -p $PKG/usr/lib64/mozilla/plugins +mkdir -p $PKG/usr/lib64/mozilla/plugins $OUTPUT cc -fPIC -shared -nostdlib -lc \ - -o$PKG//usr/lib64/mozilla/plugins/flashplugin-lahf-fix.so \ - flashplugin-lahf-fix.c -chmod 755 $PKG/usr/lib64/mozilla/plugins/flashplugin-lahf-fix.so + -o $PKG/usr/lib64/mozilla/plugins/flashplugin-lahf-fix.so \ + $CWD/flashplugin-lahf-fix.c +chmod 0755 $PKG/usr/lib64/mozilla/plugins/flashplugin-lahf-fix.so mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README |