summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/flashplugin-lahf-fix/README4
-rw-r--r--libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild24
-rw-r--r--libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.info8
3 files changed, 14 insertions, 22 deletions
diff --git a/libraries/flashplugin-lahf-fix/README b/libraries/flashplugin-lahf-fix/README
index a276ef6232..2f53e12b7a 100644
--- a/libraries/flashplugin-lahf-fix/README
+++ b/libraries/flashplugin-lahf-fix/README
@@ -3,5 +3,9 @@ on Athlon64 processors without support for the lahf instruction.
Compile with:
cc -fPIC -shared -nostdlib -lc -oflashplugin-lahf-fix.so flashplugin-lahf-fix.c
+
Then place the .so file in the plug-in directory (e.g. $HOME/.mozilla/plugins)
or use LD_PRELOAD to force Firefox to load the library.
+
+This slackbuild will put the flashplugin-lahf-fix.so file into
+/usr/lib64/mozilla/plugins directory
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
diff --git a/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.info b/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.info
index adbee71298..d38bbc8024 100644
--- a/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.info
+++ b/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.info
@@ -1,10 +1,10 @@
PRGNAM="flashplugin-lahf-fix"
-VERSION="0.1"
-HOMEPAGE="http://slackware.dreamhost.com/program/c/flashplugin-lahf-fix-0.1"
+VERSION="0.2"
+HOMEPAGE="http://slackbuilds.org/result/?search=flashplugin-lahf-fix"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="http://slackware.dreamhost.com/program/c/flashplugin-lahf-fix-0.1.tgz"
-MD5SUM_x86_64="627cfdb5e6d752198a1e755160e2bdf4"
+DOWNLOAD_x86_64="http://harrier.slackbuilds.org/misc/flashplugin-lahf-fix.c"
+MD5SUM_x86_64="223b356f606aa4eea36e663d07f7a1d1"
REQUIRES="flashplayer-plugin"
MAINTAINER="Ken Roberts"
EMAIL="alisonken1@juno.com"