forked from mirrors/nixpkgs
tibia: version 10.39
This commit is contained in:
parent
feddcfaf1e
commit
193d73d2d3
|
@ -3,11 +3,11 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
assert stdenv.isi686;
|
assert stdenv.isi686;
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "tibia-10.38";
|
name = "tibia-10.39";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://static.tibia.com/download/tibia1038.tgz;
|
url = http://static.tibia.com/download/tibia1039.tgz;
|
||||||
sha256 = "13mxsdh0p0bhdiv5p0hbfdx4a5ha2fv9p2yvn6250z9plfi9xq2h";
|
sha256 = "0401sdg2b4jb6350z841f9xjipi37z4z82bc72rs0chgdp363n79";
|
||||||
};
|
};
|
||||||
|
|
||||||
shell = stdenv.shell;
|
shell = stdenv.shell;
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
patchelf --set-interpreter ${glibc}/lib/ld-linux.so.2 \
|
patchelf --set-interpreter ${glibc}/lib/ld-linux.so.2 \
|
||||||
--set-rpath ${stdenv.gcc.gcc}/lib:${libX11}/lib:${mesa}/lib \
|
--set-rpath ${stdenv.gcc.gcc}/lib:${libX11}/lib:${mesa}/lib \
|
||||||
"$out/res/Tibia" || true
|
"$out/res/Tibia"
|
||||||
|
|
||||||
# We've patchelf'd the files. The main ‘Tibia’ binary is a bit
|
# We've patchelf'd the files. The main ‘Tibia’ binary is a bit
|
||||||
# dumb so it looks for ‘./Tibia.dat’. This requires us to be in
|
# dumb so it looks for ‘./Tibia.dat’. This requires us to be in
|
||||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Top-down MMORPG set in a fantasy setting";
|
description = "Top-down MMORPG set in a fantasy world";
|
||||||
homepage = "http://tibia.com";
|
homepage = "http://tibia.com";
|
||||||
license = "unfree";
|
license = "unfree";
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
|
Loading…
Reference in a new issue