diff options
author | abs <abs@pkgsrc.org> | 2000-10-16 12:24:02 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-10-16 12:24:02 +0000 |
commit | 3539182f972a4ca4e61f65749bce7875f7732081 (patch) | |
tree | 2dd3bacb6cb3adeb5ae3580399a31caeee81af8f /games/civctp-demo/files | |
parent | bec51713ab70a29fd2bd3dc09f08f0df921cb010 (diff) | |
download | pkgsrc-3539182f972a4ca4e61f65749bce7875f7732081.tar.gz |
Civilization: Call to Power is the latest in the line of the
"Civilization" games. Build up your civilization from the dawn of
the Stone Age until it reaches for the stars--and beyond.
Through conquest, cooperation, skulduggery and innovation, you can
build a civilization for the ages--or land on the scrapheap of
history. If you're feeling invincible, you can test your mettle
online or over a network against multiple players. For strategy
game fans, this is a must-have.
This is the free demo version - a full version is available from
Loki Games at http://www.lokigames.com/products/civctp/
Diffstat (limited to 'games/civctp-demo/files')
-rw-r--r-- | games/civctp-demo/files/md5 | 3 | ||||
-rw-r--r-- | games/civctp-demo/files/wrapper.sh | 10 |
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@@ $@ |