CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
netris: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Mon, 25 Jan 2010 11:52:36 +0000 (12:52 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 25 Jan 2010 11:52:36 +0000 (12:52 +0100)
netris/.footprint [new file with mode: 0644]
netris/.md5sum [new file with mode: 0644]
netris/Pkgfile [new file with mode: 0644]

diff --git a/netris/.footprint b/netris/.footprint
new file mode 100644 (file)
index 0000000..c9dd3c2
--- /dev/null
@@ -0,0 +1,4 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/netris
+-rwxr-xr-x     root/root       usr/bin/sr
diff --git a/netris/.md5sum b/netris/.md5sum
new file mode 100644 (file)
index 0000000..276f77c
--- /dev/null
@@ -0,0 +1 @@
+b55af5697175ee06f7c6e40101979c38  netris-0.52.tar.gz
diff --git a/netris/Pkgfile b/netris/Pkgfile
new file mode 100644 (file)
index 0000000..2e5b4d0
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: Networked console Tetris clone
+# URL: ftp://ftp.netris.org/pub/netris/
+# Packager: Jukka Heino, jukka dot heino at gmail dot com
+# Maintainer: Antti Nykanen, aon at iki dot fi
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: ncurses
+
+name=netris
+version=0.52
+release=1
+source=(ftp://ftp.netris.org/pub/netris/$name-$version.tar.gz)
+
+build() {
+  cd $name-$version
+
+  ./Configure
+  make CC="$CC" CFLAGS="$CFLAGS"
+
+  install -D -m 755 netris $PKG/usr/bin/netris
+  install -D -m 755 sr $PKG/usr/bin/sr
+}