diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/par.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/par.rb b/Library/Formula/par.rb index 770d4864d..510897887 100644 --- a/Library/Formula/par.rb +++ b/Library/Formula/par.rb @@ -5,6 +5,12 @@ class Par < Formula homepage 'http://www.nicemice.net/par/' md5 '4ccacd824171ba2c2f14fb8aba78b9bf' + def patches + # A patch by Jérôme Pouiller that adds support for multibyte + # charsets (like UTF-8), plus Debian packaging. + "http://www.nicemice.net/par/par_1.52-i18n.3.diff.gz" + end + def install system "make -f protoMakefile" bin.install "par" |
