CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
graywood: Initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Mon, 25 Jan 2010 12:35:37 +0000 (12:35 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 25 Jan 2010 12:35:37 +0000 (12:35 +0000)
graywood/.footprint [new file with mode: 0644]
graywood/.md5sum [new file with mode: 0644]
graywood/Pkgfile [new file with mode: 0644]

diff --git a/graywood/.footprint b/graywood/.footprint
new file mode 100644 (file)
index 0000000..04584d0
--- /dev/null
@@ -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 (file)
index 0000000..adeb955
--- /dev/null
@@ -0,0 +1 @@
+25099a79f9eef78ff0b50b0b68d2d870  graywood-v0.0.2.tar
diff --git a/graywood/Pkgfile b/graywood/Pkgfile
new file mode 100644 (file)
index 0000000..5af4180
--- /dev/null
@@ -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
+}