summaryrefslogtreecommitdiff
path: root/games/civctp-demo/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/civctp-demo/files')
-rw-r--r--games/civctp-demo/files/md53
-rw-r--r--games/civctp-demo/files/wrapper.sh10
2 files changed, 13 insertions, 0 deletions
diff --git a/games/civctp-demo/files/md5 b/games/civctp-demo/files/md5
new file mode 100644
index 00000000000..d02a20bf098
--- /dev/null
+++ b/games/civctp-demo/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/10/16 12:24:02 abs Exp $
+
+MD5 (lokigames/civctp-demo-10251999.tar.gz) = 791393a18e86f75bf94678d850f6663e
diff --git a/games/civctp-demo/files/wrapper.sh b/games/civctp-demo/files/wrapper.sh
new file mode 100644
index 00000000000..4652652ad24
--- /dev/null
+++ b/games/civctp-demo/files/wrapper.sh
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+# $NetBSD: wrapper.sh,v 1.1.1.1 2000/10/16 12:24:02 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@@ $@