summary refs log tree commit diff
path: root/pkgs/applications/video/mplayerplug-in/builder.sh
blob: 2fb9ae91a224969924b8dd1f87837223832e807e (plain) (blame)
1
2
3
4
5
6
7
8
9
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