diff options
| author | palxex | 2010-07-02 10:12:05 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-01 23:11:32 -0700 |
| commit | 70263f5a009708cabab603973473b5a71f323047 (patch) | |
| tree | 4ca8a0657379ea05d6802ad4197e80f6d435d14b /Library/Formula | |
| parent | a385f9e144ead04889f6e05b822022a1dfbf55e2 (diff) | |
| download | homebrew-70263f5a009708cabab603973473b5a71f323047.tar.bz2 | |
Add libbinio
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libbinio.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/libbinio.rb b/Library/Formula/libbinio.rb new file mode 100644 index 000000000..acb8749a7 --- /dev/null +++ b/Library/Formula/libbinio.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Libbinio <Formula + url 'http://downloads.sourceforge.net/project/libbinio/libbinio/1.4/libbinio-1.4.tar.bz2' + homepage 'http://libbinio.sf.net' + md5 '517ded8c7ce9b3de0f84b1db74a2ebda' + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make install" + end +end |
