mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
jamp: remove, source is offline and pkg dead
This commit is contained in:
parent
9d7e2baf3b
commit
e8f260e40a
4 changed files with 0 additions and 45 deletions
|
@ -1,30 +0,0 @@
|
|||
a @ { mesa, SDL, SDL_image, SDL_mixer, ... } :
|
||||
let
|
||||
s = import ./src-for-default.nix;
|
||||
buildInputs = with a; [
|
||||
mesa SDL SDL_mixer SDL_image
|
||||
|
||||
];
|
||||
in
|
||||
rec {
|
||||
src = a.fetchUrlFromSrcInfo s;
|
||||
|
||||
inherit (s) name;
|
||||
inherit buildInputs;
|
||||
configureFlags = [];
|
||||
|
||||
preBuild = a.fullDepEntry (''
|
||||
sed -e "s@/usr/games@$out/bin@g" -i Makefile
|
||||
sed -e "s@/usr/@$out/@g" -i Makefile
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.SDL}/include/SDL"
|
||||
'') ["minInit" "addInputs" "doUnpack"];
|
||||
|
||||
/* doConfigure should be removed if not needed */
|
||||
phaseNames = ["preBuild" "doMakeInstall"];
|
||||
|
||||
meta = {
|
||||
description = "A physics-based game";
|
||||
maintainers = [ a.lib.maintainers.raskin ];
|
||||
platforms = a.lib.platforms.linux;
|
||||
};
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
rec {
|
||||
version="1.0.2";
|
||||
name="jamp-1.0.2";
|
||||
hash="13cjggyx63wmlcvpyllmd7aknfd4vzhxnwm030mas7z3h6wcsmk7";
|
||||
url="http://perre.noud.ch/jamp/download.php?file=jamp-${version}.tar.gz";
|
||||
advertisedUrl="http://perre.noud.ch/jamp/download.php?file=jamp-1.0.2.tar.gz";
|
||||
|
||||
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
downloadPage = "http://perre.noud.ch/jamp/";
|
||||
baseName = "jamp";
|
||||
}
|
|
@ -14235,8 +14235,6 @@ let
|
|||
lua = lua5;
|
||||
};
|
||||
|
||||
jamp = builderDefsPackage (callPackage ../games/jamp) {};
|
||||
|
||||
klavaro = callPackage ../games/klavaro {};
|
||||
|
||||
kobodeluxe = callPackage ../games/kobodeluxe { };
|
||||
|
|
Loading…
Reference in a new issue