2010-01-03 21:01:14 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Patchutils < Formula
|
2010-01-03 21:01:14 +00:00
|
|
|
homepage 'http://cyberelk.net/tim/software/patchutils/'
|
2013-05-24 03:24:41 +00:00
|
|
|
url 'http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz'
|
|
|
|
sha1 '89d3f8a454bacede1b9a112b3a13701ed876fcc1'
|
|
|
|
|
|
|
|
depends_on 'xz'
|
2010-01-03 21:01:14 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|