diff options
author | Simon Gloßner <viper@hometux.de> | 2006-12-20 11:14:56 +0100 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2006-12-20 11:14:56 +0100 |
commit | 41c598ed49cbb64502a594017efba16d7314af20 (patch) | |
tree | 2f6ff1116de10b0e2add4d6dac98e8d67719704e /mplayerplug-in/Pkgfile | |
parent | 4d01bbb2224f97f6f92ed0517bda59f1a9d294bc (diff) | |
download | opt-41c598ed49cbb64502a594017efba16d7314af20.tar.gz opt-41c598ed49cbb64502a594017efba16d7314af20.tar.xz |
mplayerplug-in: updated to 3.35
Diffstat (limited to 'mplayerplug-in/Pkgfile')
-rw-r--r-- | mplayerplug-in/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mplayerplug-in/Pkgfile b/mplayerplug-in/Pkgfile index 331af3184..73057319c 100644 --- a/mplayerplug-in/Pkgfile +++ b/mplayerplug-in/Pkgfile @@ -2,10 +2,10 @@ # URL: http://mplayerplug-in.sourceforge.net # Maintainer: Simon Gloßner, viper at hometux dot de # Packager: sten, nick dot steeves at shaw dot ca -# Depends on: mplayer, firefox +# Depends on: mplayer, firefox, gettext name=mplayerplug-in -version=3.31 +version=3.35 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.8b1/gecko-sdk-i686-pc-linux-gnu-1.8b1.tar.gz) @@ -23,6 +23,6 @@ build () { mkdir -p $PKG/usr/lib/firefox/plugins mkdir -p $PKG/usr/lib/firefox/components - mv $SRC/$name/mplayerplug-in*.so $PKG/usr/lib/firefox/plugins - mv $SRC/$name/mplayerplug-in*.xpt $PKG/usr/lib/firefox/components + cp $SRC/$name/mplayerplug-in*.so $PKG/usr/lib/firefox/plugins + cp $SRC/$name/mplayerplug-in*.xpt $PKG/usr/lib/firefox/components } |