diff options
Diffstat (limited to 'mozplugger')
-rw-r--r-- | mozplugger/PKGBUILD | 31 | ||||
-rw-r--r-- | mozplugger/mozplugger.install | 15 |
2 files changed, 0 insertions, 46 deletions
diff --git a/mozplugger/PKGBUILD b/mozplugger/PKGBUILD deleted file mode 100644 index 097187e..0000000 --- a/mozplugger/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ -# Maintainer: fs4000 <matthias_dienstbier[at]yahoo[dot]de> -# Contributor: Allan McRae <allan@archlinux.org> -# Contributor: Todd Musall <tmusall@comcast.net> - -pkgname=mozplugger -pkgver=1.14.0 -pkgrel=1 -pkgdesc="A Mozilla & Firefox multimedia plugin." -arch=('i686' 'x86_64') -url="http://mozplugger.mozdev.org" -license=('GPL') -depends=('m4' 'libx11') -backup=('etc/mozpluggerrc') -install=$pkgname.install -source=(http://mozplugger.mozdev.org/files/$pkgname-$pkgver.tar.gz) -md5sums=('700f24297d12ce291bedf80f9d0340dc') - -build() { - cd $pkgname-$pkgver - make linux || return 1 - make install root="$pkgdir" - -# This is the install code used while being in [community] -# install -Dm755 mozplugger.so $pkgdir/usr/lib/mozilla/plugins/mozplugger.so -# install -Dm644 mozpluggerrc $pkgdir/etc/mozpluggerrc -# install -Dm755 mozplugger-helper $pkgdir/usr/bin/mozplugger-helper -# install -Dm755 mozplugger-controller $pkgdir/usr/bin/mozplugger-controller -# install -Dm755 mozplugger-linker $pkgdir/usr/bin/mozplugger-linker -# install -Dm644 mozplugger.7 $pkgdir/usr/share/man/man7/mozplugger.7 -} diff --git a/mozplugger/mozplugger.install b/mozplugger/mozplugger.install deleted file mode 100644 index 55125d7..0000000 --- a/mozplugger/mozplugger.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - echo " -==> You may need to delete your local ~/.mozilla/firefox/pluginreg.dat -==> file for mozplugger to be enabled correctly after you update it. -==> (It will get regenerated). -==> To add more helpers, edit /etc/mozpluggerrc. -==> The window name can be obtained using the utility xprop(1x). -==> Type "xprop WM_CLASS" and click on a window." -} - -post_upgrade() { - post_install -} - -# vim:set ts=2 sw=2 et: |