spring-lobby: bump version to 0.139
svn path=/nixpkgs/trunk/; revision=32697
This commit is contained in:
parent
6e5a378f48
commit
287f1f0f65
@ -3,17 +3,17 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "spring-lobby-${version}";
|
name = "spring-lobby-${version}";
|
||||||
version = "0.116";
|
version = "0.139";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.springlobby.info/tarballs/springlobby-${version}.tar.bz2";
|
url = "http://www.springlobby.info/tarballs/springlobby-${version}.tar.bz2";
|
||||||
sha256 = "04gb2dc2xc0lj2d14jzz330kn5faffdz3xph9bg2m68b28fv0xsk";
|
sha256 = "0ibvv2p4c0qa933mr3hfn5lp8c6h1dycl6k6i1n2gvpa8jr598m5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar boost ];
|
buildInputs = [ cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar boost ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace tools/regen_config_header.sh --replace "#!/bin/bash" "#!${bash}/bin/bash"
|
substituteInPlace tools/regen_config_header.sh --replace "#!/usr/bin/env bash" "#!${bash}/bin/bash"
|
||||||
substituteInPlace tools/test-susynclib.awk --replace "#!/usr/bin/awk" "#!${gawk}/bin/awk"
|
substituteInPlace tools/test-susynclib.awk --replace "#!/usr/bin/awk" "#!${gawk}/bin/awk"
|
||||||
substituteInPlace CMakeLists.txt --replace "boost_system-mt" "boost_system"
|
substituteInPlace CMakeLists.txt --replace "boost_system-mt" "boost_system"
|
||||||
'';
|
'';
|
||||||
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A free cross-platform lobby client for the Spring RTS project.";
|
description = "A free cross-platform lobby client for the Spring RTS project.";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.phreedom ];
|
maintainers = [ maintainers.phreedom ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user