Adding Rigs of Rods.

Basically it builds, but I still don't know how to run it. I imagine the
installPhase is still too poor, but it's better than nothing.

I also added two mygui versions. That stable, and that required by Rigs of Roads (svn).

svn path=/nixpkgs/trunk/; revision=26618
This commit is contained in:
Lluís Batlle i Rossell
2011-03-30 22:08:33 +00:00
parent 9adeabc793
commit 627812ffbb
6 changed files with 116 additions and 1 deletions

View File

@@ -35,8 +35,10 @@ rec {
inherit (sourceInfo) name version;
inherit buildInputs;
doMyBuild = a.fullDepEntry ("make -j4") ["doCmake"];
/* doConfigure should be removed if not needed */
phaseNames = ["doCmake" "doMakeInstall"];
phaseNames = ["doCmake" "doMyBuild" "doMakeInstall"];
meta = {
description = "A 3D engine";