Added libelf forumal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4c2d17a0c6
commit
0a6333e161
1 changed files with 12 additions and 0 deletions
12
Formula/libelf.rb
Normal file
12
Formula/libelf.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Libelf <Formula
|
||||
url 'http://www.mr511.de/software/libelf-0.8.13.tar.gz'
|
||||
homepage 'http://www.mr511.de/software/'
|
||||
md5 '4136d7b4c04df68b686570afa26988ac'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue