babeld 1.5.1
Version bump. No practical test possible, sadly, due to the cumbersome requirements necessary to run the executable. Closes Homebrew/homebrew#35838. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4ccc473193
commit
628f275c14
1 changed files with 11 additions and 5 deletions
|
@ -1,16 +1,22 @@
|
|||
require 'formula'
|
||||
|
||||
class Babeld < Formula
|
||||
homepage 'http://www.pps.univ-paris-diderot.fr/~jch/software/babel/'
|
||||
url 'http://www.pps.univ-paris-diderot.fr/~jch/software/files/babeld-1.4.2.tar.gz'
|
||||
sha1 '53c02193e191fa3ab6ac5c4df9cde9795d4fb8b0'
|
||||
homepage "http://www.pps.univ-paris-diderot.fr/~jch/software/babel/"
|
||||
url "http://www.pps.univ-paris-diderot.fr/~jch/software/files/babeld-1.5.1.tar.gz"
|
||||
sha1 "6ff3a7685e62034df83b143a36a4960b2e4d89b9"
|
||||
head "https://github.com/jech/babeld.git"
|
||||
|
||||
# https://lists.alioth.debian.org/pipermail/babel-users/2015-January/001826.html
|
||||
patch :DATA
|
||||
|
||||
def install
|
||||
system "make", "LDLIBS=''"
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
Due to changing network interfaces, this tool
|
||||
requires the usage of `sudo` at runtime.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
__END__
|
||||
|
|
Loading…
Reference in a new issue