summaryrefslogtreecommitdiff
path: root/cmatrix/Pkgfile
diff options
context:
space:
mode:
authorJames Mills <prologic@daisy.(none)>2006-11-20 07:26:53 +1000
committerJames Mills <prologic@daisy.(none)>2006-11-20 07:26:53 +1000
commit9e696ec09095446172c1455e1e5784dc540ddf51 (patch)
tree6a9f88478d5837a960f940fce7e5373a0fd5bd70 /cmatrix/Pkgfile
parent9318e05d84e946541f81627a18e25c0deb891e34 (diff)
downloadcontrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz
contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'cmatrix/Pkgfile')
-rw-r--r--cmatrix/Pkgfile25
1 files changed, 13 insertions, 12 deletions
diff --git a/cmatrix/Pkgfile b/cmatrix/Pkgfile
index 94e816493..eae7b6b8a 100644
--- a/cmatrix/Pkgfile
+++ b/cmatrix/Pkgfile
@@ -1,8 +1,9 @@
-# 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:
+# 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
@@ -10,13 +11,13 @@ release=1
source=(http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz)
build() {
- cd $name-$version
+ cd $name-$version
- ./configure \
- --prefix=/usr \
- --disable-nls
+ ./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
+ 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