about summary refs log tree commit diff
path: root/pkgs/applications/video/mplayerplug-in/builder.sh
blob: 300a445ea0a9f03bd0065ba4262387beb3c985de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

buildinputs="$x11"
. $stdenv/setup || exit 1

tar xvfz $src || exit 1
cd mplayer* || exit 1
./configure || exit 1
make || exit 1
mkdir -p $out/lib/mozilla/plugins || exit 1
cp mplayerplug-in.so $out/lib/mozilla/plugins || exit 1