From 9786e03de9c14445769c4d04130f6512f16fbb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 15 Jun 2010 01:53:30 +0200 Subject: Moved to the ebuild-like way --- games/bg2 | 2 ++ games/fallout | 3 +++ games/steam | 7 +++++++ games/torchlight | 3 +++ 4 files changed, 15 insertions(+) create mode 100644 games/bg2 create mode 100644 games/fallout create mode 100644 games/steam create mode 100644 games/torchlight (limited to 'games') diff --git a/games/bg2 b/games/bg2 new file mode 100644 index 0000000..bb581ba --- /dev/null +++ b/games/bg2 @@ -0,0 +1,2 @@ +SIZE="1024x768" +GPATH="c:/spiele/bg2/baldur.exe" diff --git a/games/fallout b/games/fallout new file mode 100644 index 0000000..3aac10a --- /dev/null +++ b/games/fallout @@ -0,0 +1,3 @@ +PREFIX="~/.fallout" +SIZE="640x480" +GPATH="c:/spiele/fallout/falloutw.exe" diff --git a/games/steam b/games/steam new file mode 100644 index 0000000..1014061 --- /dev/null +++ b/games/steam @@ -0,0 +1,7 @@ +PREFIX="~/.steam" +SIZE="1280x1024" +GPATH="c:/programme/steam/steam.exe" + +steamapp () { + [[ $# > 0 ]] && export ARGS="-applaunch ${=@}" +} diff --git a/games/torchlight b/games/torchlight new file mode 100644 index 0000000..cf050f1 --- /dev/null +++ b/games/torchlight @@ -0,0 +1,3 @@ +inherit steam + +steamapp 41600 -- cgit v1.2.3