aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-17 12:17:49 -0700
committerAdam Vandenberg2012-03-17 12:17:49 -0700
commit53d2d8d602148ea3986865467db0b3d680e5e105 (patch)
tree4fac9832eefa556bd2cacfea9a4391409c1e894d /Library/Formula
parent503bcdb6bfd293254d60e3910e89c5eb3b3a2bc6 (diff)
downloadhomebrew-53d2d8d602148ea3986865467db0b3d680e5e105.tar.bz2
ldid: add patch note
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ldid.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/ldid.rb b/Library/Formula/ldid.rb
index 3c3cc149c..00e6ff923 100644
--- a/Library/Formula/ldid.rb
+++ b/Library/Formula/ldid.rb
@@ -1,17 +1,16 @@
require 'formula'
class Ldid < Formula
- url 'http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.610.tgz'
homepage 'http://www.saurik.com/id/8'
+ url 'http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.610.tgz'
md5 '634c2f8b8a084046883e3793f6580e07'
- def patches
- DATA
- end
+ # Adds support for armv7 binaries
+ def patches; DATA; end
def install
system "#{ENV.cxx} -I . -o util/ldid{,.cpp} -x c util/{lookup2,sha1}.c"
- bin.install ["util/ldid"]
+ bin.install "util/ldid"
end
end