aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/zzuf.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/zzuf.rb b/Library/Formula/zzuf.rb
new file mode 100644
index 000000000..fa84299b1
--- /dev/null
+++ b/Library/Formula/zzuf.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Zzuf <Formula
+ url 'http://caca.zoy.org/files/zzuf/zzuf-0.13.tar.gz'
+ homepage 'http://caca.zoy.org/wiki/zzuf'
+ md5 '74579c429f9691f641a14f408997d42d'
+
+ def install
+ system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "make install"
+ end
+end