summaryrefslogtreecommitdiff
path: root/cmatrix/Pkgfile
diff options
context:
space:
mode:
authorJames Mills <prologic@daisy.(none)>2006-11-14 09:01:22 +1000
committerJames Mills <prologic@daisy.(none)>2006-11-14 09:01:22 +1000
commit70006e31d25693aa65fc985124ce9babbd3347fc (patch)
treef5d0078562a07b6fe3a22a630ea5310561d9b538 /cmatrix/Pkgfile
parent797dcbebf82a5cee45294314ddd587d3a847932f (diff)
downloadcontrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.gz
contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.xz
Imported from old-control
Diffstat (limited to 'cmatrix/Pkgfile')
-rw-r--r--cmatrix/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/cmatrix/Pkgfile b/cmatrix/Pkgfile
new file mode 100644
index 000000000..ee608277f
--- /dev/null
+++ b/cmatrix/Pkgfile
@@ -0,0 +1,23 @@
+# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
+# Description: Show a scrolling 'Matrix' like screen in Linux.
+# URL: http://www.asty.org/cmatrix/
+# Maintainer: James Mills prologic at shortcircuit dot net dot au
+# Packager: Vincenzo Colosimo <vico@bicisport.de>
+# Depends on:
+
+name=cmatrix
+version=1.2a
+release=1
+source=(http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure \
+ --prefix=/usr \
+ --disable-nls
+
+ make
+ install -D -m755 -groot -oroot cmatrix $PKG/usr/bin/cmatrix
+ install -D -m644 -groot -oroot cmatrix.1 $PKG/usr/man/man1/cmatrix.1
+}

Generated by cgit