2012-03-28 16:32:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Dasm < Formula
|
|
|
|
homepage 'http://dasm-dillon.sourceforge.net'
|
|
|
|
url 'http://sourceforge.net/projects/dasm-dillon/files/dasm-dillon/2.20.11/dasm-2.20.11.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '6c1f0091e88fff8f814a92304286c1875fd64693'
|
2012-03-28 16:32:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
2012-09-28 04:26:52 +00:00
|
|
|
prefix.install 'bin', 'doc'
|
2012-03-28 16:32:49 +00:00
|
|
|
end
|
|
|
|
end
|