* Latest version.

svn path=/nixpkgs/trunk/; revision=5542
This commit is contained in:
Eelco Dolstra 2006-06-29 15:46:24 +00:00
parent 552356c46e
commit 186c269c70
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ source $makeWrapper
ensureDir $out/real
skip=143209
skip=143273 # Look for "BZh91" in the executable.
(dd bs=1 count=$skip of=/dev/null && dd) < $src | (cd $out/real && tar xvfj -)

View File

@ -9,8 +9,8 @@ assert stdenv.system == "i686-linux";
builder = ./builder.sh;
src = fetchurl {
url = http://software-dl.real.com/01f1001c4b44265b0020/unix/RealPlayer10GOLD.bin;
md5 = "5f04938c28395ace2af822dd1bd57f5a";
url = http://software-dl.real.com/29f67eab92b913a6d805/unix/RealPlayer10GOLD.bin;
md5 = "3ef0d073320106d1bf75bdac8e4b250e";
};
makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh;