nixpkgs/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-9/builder.sh
Michael Raskin f05adf46bd Make FlashPlayer9 build for now..
svn path=/nixpkgs/trunk/; revision=20641
2010-03-16 06:44:02 +00:00

15 lines
264 B
Bash

source $stdenv/setup
dontStrip=1
dontPatchELF=1
sourceRoot=.
installPhase() {
ensureDir $out/lib/mozilla/plugins
cp -p libflashplayer.so $out/lib/mozilla/plugins
patchelf --set-rpath $rpath $out/lib/mozilla/plugins/libflashplayer.so
}
genericBuild