Adding formula for tivodecode
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
255263204e
commit
8fdc6ab2c8
1 changed files with 13 additions and 0 deletions
13
Formula/tivodecode.rb
Normal file
13
Formula/tivodecode.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Tivodecode <Formula
|
||||
url 'http://sourceforge.net/projects/tivodecode/files/tivodecode/0.2pre4/tivodecode-0.2pre4.tar.gz/download'
|
||||
homepage 'http://tivodecode.sourceforge.net/'
|
||||
md5 'cf82385db3e0d708ebdbe5055b8ae7ee'
|
||||
version '0.2pre4'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue