puf 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
26a342519b
commit
92dabb4c41
1 changed files with 13 additions and 0 deletions
13
Formula/puf.rb
Normal file
13
Formula/puf.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Puf < Formula
|
||||
url 'http://downloads.sourceforge.net/project/puf/puf/1.0.0/puf-1.0.0.tar.gz'
|
||||
homepage 'http://puf.sourceforge.net/'
|
||||
md5 '78f870f2a0c611ace8c5e9ced7b08a83'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue