aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dc3dd.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-14 17:57:44 -0700
committerAdam Vandenberg2012-03-14 17:57:44 -0700
commitc779e7f52f1393e2bda525a1b65cb5f6de4e0a2b (patch)
tree95c54934f2813f7c03002232a2c57f9b884c0c7c /Library/Formula/dc3dd.rb
parent6507c2c35d571f10cca4d877fb9902b80bdaa555 (diff)
downloadhomebrew-c779e7f52f1393e2bda525a1b65cb5f6de4e0a2b.tar.bz2
p1 the default patch-level
Diffstat (limited to 'Library/Formula/dc3dd.rb')
-rw-r--r--Library/Formula/dc3dd.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/dc3dd.rb b/Library/Formula/dc3dd.rb
index 96af8b36e..db028cf53 100644
--- a/Library/Formula/dc3dd.rb
+++ b/Library/Formula/dc3dd.rb
@@ -1,18 +1,19 @@
require 'formula'
class Dc3dd < Formula
- url 'http://downloads.sourceforge.net/project/dc3dd/dc3dd/7.1.0/dc3dd-7.1.614.tar.gz'
homepage 'http://sourceforge.net/projects/dc3dd/'
+ url 'http://downloads.sourceforge.net/project/dc3dd/dc3dd/7.1.0/dc3dd-7.1.614.tar.gz'
md5 'b6c4ec16e7f539b17224d7f334f8396e'
+ # remove explicit dependency on automake 1.10.1
def patches
- # remove explicit dependency on automake 1.10.1
- { :p1 => 'https://raw.github.com/gist/1159050/611c91779ba90edc77b8489e006c96a8e0078462/dc3dd-automake.patch'}
+ 'https://raw.github.com/gist/1159050/611c91779ba90edc77b8489e006c96a8e0078462/dc3dd-automake.patch'
end
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}", "--infodir=#{info}"
+ "--prefix=#{prefix}",
+ "--infodir=#{info}"
system "make"
system "make install"
rm (lib+'charset.alias')