Skip to content

Commit

Permalink
New formula for libtrace-3.0.9
Browse files Browse the repository at this point in the history
Closes Homebrew#4294.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
bmehaffey authored and MikeMcQuaid committed Feb 27, 2011
1 parent f4a450d commit f6ec80b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/libtrace.rb
@@ -0,0 +1,14 @@
require 'formula'

class Libtrace <Formula
url 'http://research.wand.net.nz/software/libtrace/libtrace-3.0.9.tar.bz2'
homepage 'http://research.wand.net.nz/software/libtrace.php'
md5 'c793a134e6a8cf4f0961128039bbd268'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
system "make install"
end
end

0 comments on commit f6ec80b

Please sign in to comment.