CRUX-ARM : Home

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

diff --git a/dwars/.footprint b/dwars/.footprint
new file mode 100644 (file)
index 0000000..263fb37
--- /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/dwars
diff --git a/dwars/.md5sum b/dwars/.md5sum
new file mode 100644 (file)
index 0000000..a09fc3b
--- /dev/null
@@ -0,0 +1 @@
+81554c0c86ceb51b4e45e99eb1f5e25a  dwars-0.1pre1.tar.bz2
diff --git a/dwars/Pkgfile b/dwars/Pkgfile
new file mode 100644 (file)
index 0000000..078e164
--- /dev/null
@@ -0,0 +1,15 @@
+# Description: This game was originally a 'dope wars' clone
+# URL: http://sourceforge.net/projects/dwars/
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: ncurses
+
+name=dwars
+version=0.1pre1
+release=1
+source=(http://dl.sourceforge.net/project/$name/$name/$name-0.1pre1/$name-$version.tar.bz2)
+
+build() {
+  cd $name-$version
+  $CC $CFLAGS -Wall -lncurses main.c -o dwars  
+  install -D -m 0755 dwars $PKG/usr/bin/dwars
+}