wok-current view mplayerplug-in/receipt @ rev 3407
Remove unwanted file from wicd
| author | Rohit Joshi <jozee@slitaz.org> | 
|---|---|
| date | Fri Jun 12 12:53:30 2009 +0000 (2009-06-12) | 
| parents | |
| children | 0f072f890052 | 
 line source
     1 # SliTaz package receipt.
     4 PACKAGE="mplayerplug-in"
     5 VERSION="3.55"
     6 CATEGORY="multimedia"
     7 SHORT_DESC="a browser plugin that uses mplayer to play videos from websites"
     8 MAINTAINER="jozee@slitaz.org"
     9 DEPENDS="mplayer xorg-libXpm gtk+"
    10 BUILD_DEPENDS="mplayer gtk+-dev xorg-libXpm-dev firefox-dev"
    11 TARBALL="$PACKAGE-$VERSION.tar.gz"
    12 WEB_SITE="http://mplayerplug-in.sourceforge.net/" 
    13 WGET_URL="http://downloads.sourceforge.net/mplayerplug-in/$TARBALL"
    14 FIREFOX_VER="3.0.10"
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	cd $src
    21 	./configure --prefix=/usr --sysconfdir=/etc \
    22 		--enable-gtk2 \
    23 		--enable-wmp \
    24 		--enable-qt \
    25 		--enable-rm \
    26 		--enable-dvx \
    27 		MOZILLA_HOME="/usr/lib/firefox-$FIREFOX_VER" \
    28 		GECKO_IDLDIR="/usr/share/idl/firefox-$FIREFOX_VER/stable" &&		
    29 	make
    30 	make DESTDIR=$PWD/_pkg install
    31 }
    33 genpkg_rules()
    34 {
    35 	mkdir -p $fs/usr/lib 
    36     cp -a $_pkg/etc $fs
    37     cp -a $_pkg/usr/lib/mozilla $fs/usr/lib
    39 }