aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Wooldridge (z0mbix)2011-07-09 00:44:22 +0100
committerAdam Vandenberg2011-08-13 12:00:48 -0700
commit52409bd7a2de80a2903f2b6118bb194e4db8dd5c (patch)
treec55bf4e5a4a0a5d042cba47b28e9762c617b5d0e /Library
parent0322a181cb9b87941029ce86d017f61422592185 (diff)
downloadhomebrew-52409bd7a2de80a2903f2b6118bb194e4db8dd5c.tar.bz2
shmux 1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/shmux.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/shmux.rb b/Library/Formula/shmux.rb
new file mode 100644
index 000000000..90a9c8d34
--- /dev/null
+++ b/Library/Formula/shmux.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Shmux < Formula
+ url 'http://web.taranis.org/shmux/dist/shmux-1.0.2.tgz'
+ homepage 'http://web.taranis.org/shmux/'
+ md5 '4ab5c46b4154cbeab54bdc0036bd9140'
+
+
+ def install
+ system "./configure", "--prefix=#{prefix}"
+ system "make install"
+ end
+end