summaryrefslogtreecommitdiffstats
path: root/extra/mplayerplug-in/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-04 22:45:32 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-04 22:45:32 +0100
commit2cbf79b1d1b97774bc9867b48fb180c68bb9050a (patch)
tree73891a94f76e0806d6780e3c3e4495950ae8ff5b /extra/mplayerplug-in/Pkgfile
parent382166609b0b0f224d9f6f300c39e7aa899b41c0 (diff)
downloadnutyx-extra-2cbf79b1d1b97774bc9867b48fb180c68bb9050a.tar.gz
nutyx-extra-2cbf79b1d1b97774bc9867b48fb180c68bb9050a.tar.bz2
nutyx-extra-2cbf79b1d1b97774bc9867b48fb180c68bb9050a.tar.xz
nutyx-extra-2cbf79b1d1b97774bc9867b48fb180c68bb9050a.zip
Suppression de paquets obsolètes
Diffstat (limited to 'extra/mplayerplug-in/Pkgfile')
-rw-r--r--extra/mplayerplug-in/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/mplayerplug-in/Pkgfile b/extra/mplayerplug-in/Pkgfile
deleted file mode 100644
index 52661350a..000000000
--- a/extra/mplayerplug-in/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Plugin mplayer pour navigateur
-# URL: http://www.mplayerhq.hu
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=mplayerplug-in
-version=20091122
-release=1
-
-source=(http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.1.3/sdk/xulrunner-1.9.1.3.en-US.linux-i686.sdk.tar.bz2)
-
-build() {
- cvs -z3 -d:pserver:anonymous@mplayerplug-in.cvs.sourceforge.net:/cvsroot/mplayerplug-in co mplayerplug-in
-
- cd $name
- mkdir -p $PKG/usr/lib/firefox/{plugins,components}
-
- ./configure --with--gecko-sdk=/srv/sources/gecko-sdk --enable-x \
- --enable-qt --enable-wmp --enable-rm --enable-gtk2
-
- make
- cp mplayerplug-in*.so $PKG/usr/lib/firefox/plugins/
- cp mplayerplug-in*.xpt $PKG/usr/lib/firefox/components/
-}