Clean up xml2rfc formula.

This commit is contained in:
Adam Vandenberg 2010-07-09 12:37:42 -07:00
parent 7572451cbc
commit 3000656319

View file

@ -2,20 +2,11 @@ require 'formula'
class Xml2rfc <Formula
url 'http://xml.resource.org/authoring/xml2rfc-1.35.tgz'
md5 '7ffb973fee55318b1bd0fd77a903d2e6'
head 'https://svn.tools.ietf.org/svn/tools/xml2rfc/trunk'
homepage 'http://xml.resource.org/'
md5 '7ffb973fee55318b1bd0fd77a903d2e6'
# http://github.com/mxcl/homebrew/issues/#issue/87
depends_on :subversion if MACOS_VERSION < 10.6 and ARGV.include? '--HEAD'
def download_strategy
if ARGV.include? '--HEAD'
SubversionDownloadStrategy
else
CurlDownloadStrategy
end
end
head 'http://svn.tools.ietf.org/svn/tools/xml2rfc/trunk',
:using => StrictSubversionDownloadStrategy
def install
%w[xml2rfc xml2sgml].each do |f|