diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libdshconfig.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/libdshconfig.rb b/Library/Formula/libdshconfig.rb new file mode 100644 index 000000000..b7054e480 --- /dev/null +++ b/Library/Formula/libdshconfig.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Libdshconfig <Formula + url 'http://www.netfort.gr.jp/~dancer/software/downloads/libdshconfig-0.20.13.tar.gz' + homepage 'http://www.netfort.gr.jp/~dancer/software/dsh.html.en' + md5 'cb9db850231091a3a848e654d9f0806b' + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end +end |
