diff options
author | abs <abs@pkgsrc.org> | 2000-10-16 12:24:35 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-10-16 12:24:35 +0000 |
commit | e8c4922493e3641458cff381874fb1f8723be0b4 (patch) | |
tree | 2193f4abc203fbda517dd933f84acbe3c3cf67bf /games/eus-demo/files | |
parent | 3539182f972a4ca4e61f65749bce7875f7732081 (diff) | |
download | pkgsrc-e8c4922493e3641458cff381874fb1f8723be0b4.tar.gz |
With Eric's Ultimate Solitaire, you can enjoy a myriad selection
of traditional and not-so-traditional games of solitaire. Choose
from 23 different games, track your successes and failures, hone
your thinking and strategy skills.
This is the free demo version - a full version is available from
Loki Games at http://www.lokigames.com/products/eus/
Diffstat (limited to 'games/eus-demo/files')
-rw-r--r-- | games/eus-demo/files/md5 | 3 | ||||
-rw-r--r-- | games/eus-demo/files/wrapper.sh | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/games/eus-demo/files/md5 b/games/eus-demo/files/md5 new file mode 100644 index 00000000000..d3d6d8f6757 --- /dev/null +++ b/games/eus-demo/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/16 12:24:35 abs Exp $ + +MD5 (lokigames/eus-demo.tar.gz) = 5ad5b22515eb890a190fb955a7f2aadc diff --git a/games/eus-demo/files/wrapper.sh b/games/eus-demo/files/wrapper.sh new file mode 100644 index 00000000000..469f38ede60 --- /dev/null +++ b/games/eus-demo/files/wrapper.sh @@ -0,0 +1,10 @@ +#!/bin/sh -e +# $NetBSD: wrapper.sh,v 1.1.1.1 2000/10/16 12:24:35 abs Exp $ +# Simple wrapper for lokigames @@BINNAME@@ + +# linux binary calls mkdir for this with a trailing '/' +if [ ! -d $HOME/.loki ];then + mkdir $HOME/.loki +fi +cd @@LIBDIR@@ +exec ./@@BINNAME@@ $@ |