New formula: tre

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Martin Kühl 2010-04-21 23:59:43 +02:00 committed by Adam Vandenberg
parent e3bcf18f14
commit b84cb05d76
1 changed files with 15 additions and 0 deletions

15
Formula/tre.rb Normal file
View File

@ -0,0 +1,15 @@
require 'formula'
class Tre <Formula
url 'http://laurikari.net/tre/tre-0.8.0.tar.bz2'
homepage 'http://laurikari.net/tre/'
md5 'b4d3232593dadf6746f4727bdda20b41'
def install
system "./configure",
"--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end