aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayong Ou2009-10-08 15:58:48 +0200
committerJiayong Ou2009-10-09 09:44:03 +0200
commit71c41fd377c9beb23c262f62081973e69387c8be (patch)
tree70a750773fc72744bd3eaa9d9735beff770a6134
parent658947305a8a9311adb8460ed8523d48466718f3 (diff)
downloadhomebrew-71c41fd377c9beb23c262f62081973e69387c8be.tar.bz2
AdvanceCOMP formula
AdvanceCOMP is a collection of recompression utilities for your .ZIP archives, .PNG snapshots, .MNG video clips and .GZ files.
-rw-r--r--Library/Formula/advancecomp.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/advancecomp.rb b/Library/Formula/advancecomp.rb
new file mode 100644
index 000000000..f0d342d30
--- /dev/null
+++ b/Library/Formula/advancecomp.rb
@@ -0,0 +1,12 @@
+require 'brewkit'
+
+class Advancecomp <Formula
+ url 'http://prdownloads.sourceforge.net/advancemame/advancecomp-1.15.tar.gz'
+ md5 'bb236d8bee6fa473d34108cda1e09076'
+ homepage 'http://advancemame.sourceforge.net/comp-readme.html'
+
+ def install
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "make install"
+ end
+end