From: Victor Martinez Date: Mon, 25 Jan 2010 12:35:37 +0000 (+0000) Subject: graywood: Initial import (verified compilation). X-Git-Url: http://gitweb/?a=commitdiff_plain;h=3eb6cd8a11a4d4bb4f1ded790e52442b7242c77a;hp=02fe68bde461cc1c0344993cc0b165b6a7e4aadb;p=attic%2Fports%2Fgames-cross.git graywood: Initial import (verified compilation). --- diff --git a/graywood/.footprint b/graywood/.footprint new file mode 100644 index 0000000..04584d0 --- /dev/null +++ b/graywood/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/graywood diff --git a/graywood/.md5sum b/graywood/.md5sum new file mode 100644 index 0000000..adeb955 --- /dev/null +++ b/graywood/.md5sum @@ -0,0 +1 @@ +25099a79f9eef78ff0b50b0b68d2d870 graywood-v0.0.2.tar diff --git a/graywood/Pkgfile b/graywood/Pkgfile new file mode 100644 index 0000000..5af4180 --- /dev/null +++ b/graywood/Pkgfile @@ -0,0 +1,18 @@ +# Description: A Clone of Darkwood, an old mac game +# URL: http://sourceforge.net/projects/graywood +# Maintainer: Victor Martinez, pitillo at ono dot com +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: ncurses + +name=graywood +version=v0.0.2 +release=1 +source=(http://dl.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar) + +build() { + cd $SRC + tar xvf $name-$version.tar + cd $version/source/graywood + $CXX main.cpp -o graywood + install -D -m 0755 graywood $PKG/usr/bin/graywood +}