Added Formula for GNU idutils.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
27fe913ded
commit
52b3beb9ad
1 changed files with 12 additions and 0 deletions
12
Formula/idutils.rb
Normal file
12
Formula/idutils.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Idutils < Formula
|
||||
url 'http://ftp.gnu.org/gnu/idutils/idutils-4.5.tar.gz'
|
||||
homepage 'http://www.gnu.org/s/idutils/'
|
||||
md5 '6c5082ee7f70578bb35d4b6669d9e14c'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue