Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
f5c075c486
2 changed files with 9 additions and 9 deletions
  1. +6
    -7
      package/avm/mplayerplug-in/mplayerplug-in.conf
  2. +3
    -2
      package/avm/mplayerplug-in/mplayerplug-in.desc

+ 6
- 7
package/avm/mplayerplug-in/mplayerplug-in.conf

@ -1,3 +1,4 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -20,13 +21,11 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add postmake 3 "mplayerplugin_postm"
mplayerplugin_postm() {
ls $libdir | grep mozilla-
for i in $libdir/mozilla-*/plugins \
$root/opt/firefox/lib/firefox-*/plugins; do
install mplayerplug-in.so $i/
install mplayerplug-in.xpt $i/
for i in {$libdir,$root/opt}/{firefox,mozilla}-*/plugins ; do
if [ -d $i ] ; then \
install mplayerplug-in.{so,xpt} $i/
fi
done
}
hook_add postmake 3 "mplayerplugin_postm"

+ 3
- 2
package/avm/mplayerplug-in/mplayerplug-in.desc

@ -37,7 +37,8 @@
[L] GPL
[S] Stable
[V] 3.17
[V] 3.45
[P] X --?--5---9 280.200
[D] 695484898 mplayerplug-in-3.17.tar.gz http://dl.sourceforge.net/sourceforge/mplayerplug-in/
[D] 2390296541 mplayerplug-in-3.45.tar.gz http://dl.sourceforge.net/sourceforge/mplayerplug-in/

Loading…
Cancel
Save