Skip to content

Commit

Permalink
rtptools: rebuild
Browse files Browse the repository at this point in the history
* rtptools: move to newer github
  It seems that "columbia-irt" now is using "irtlab" github for
  this project.

  The homepage with its tarballs is still gone, but you can get
  tarballs from the new github.  However these don't include
  "./configure" so we need to run autoconf before building
* rtptools: fix livecheck
* rtptools: just livecheck :head

Closes #66556.

Co-authored-by: Nanda H Krishna <[email protected]>
Co-authored-by: Mitchell Blank Jr <[email protected]>
Signed-off-by: Carlo Cabrera <[email protected]>
  • Loading branch information
3 people authored and carlocab committed Jan 27, 2021
1 parent 9add506 commit 86f3176
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Formula/rtptools.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
class Rtptools < Formula
desc "Set of tools for processing RTP data"
homepage "https://web.archive.org/web/20190924020700/www.cs.columbia.edu/irt/software/rtptools/"
url "https://web.archive.org/web/20190714051650/www.cs.columbia.edu/irt/software/rtptools/download/rtptools-1.22.tar.gz"
sha256 "2c76b2a423fb943820c91194372133a44cbdc456ebf69c51616ec50eeb068c28"
url "https://github.com/irtlab/rtptools/archive/1.22.tar.gz"
sha256 "ac6641558200f5689234989e28ed3c44ead23757ccf2381c8878933f9c2523e0"
license "BSD-3-Clause"
head "https://github.com/irtlab/rtptools.git"

livecheck do
url "https://github.com/columbia-irt/rtptools.git"
url :head
end

bottle do
Expand All @@ -16,7 +18,11 @@ class Rtptools < Formula
sha256 "e96df17dfe878ecb9e87a938579a21d514e31dbf8e5e6b743264dac23e42501c" => :high_sierra
end

depends_on "autoconf" => :build
depends_on "automake" => :build

def install
system "autoreconf", "--verbose", "--install", "--force"
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
Expand Down

0 comments on commit 86f3176

Please sign in to comment.