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/'
|
2012-07-30 22:29:23 +00:00
|
|
|
url 'http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.2.tar.bz2'
|
|
|
|
sha1 '00c9d41318240bfae93843abd442adbdc8c4b568'
|
2010-01-03 21:01:14 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|