aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-08-12 01:29:24 +0100
committerMax Howell2009-08-24 01:04:53 +0100
commit7e01476ce29f765be2985d4a0690ba89b01436c7 (patch)
treed50c2eef3ea6297671bb3bb77cca365422e3f5b7 /Library/Formula
parent1c734a63e1cf421726c132541986b0bc6b9e9e47 (diff)
downloadhomebrew-7e01476ce29f765be2985d4a0690ba89b01436c7.tar.bz2
MPlayer formula
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mplayer.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb
new file mode 100644
index 000000000..3221e5394
--- /dev/null
+++ b/Library/Formula/mplayer.rb
@@ -0,0 +1,13 @@
+require 'brewkit'
+
+class Mplayer <Formula
+ @homepage='http://www.mplayerhq.hu/'
+ @url='http://www.mplayerhq.hu/MPlayer/releases/mplayer-checkout-snapshot.tar.bz2'
+ @md5=''
+ @verison='snapshot'
+
+ def install
+ system "./configure --disable-debug --prefix='#{prefix}'"
+ system "make install"
+ end
+end \ No newline at end of file