rtpbreak: migrate to boneyard (#10201)
parent
a23cc0fa03
commit
a6c263afde
|
@ -1,45 +0,0 @@
|
|||
class Rtpbreak < Formula
|
||||
# Homepage and URL dead since at least Feb 2015
|
||||
desc "Detect, reconstruct and analyze any RTP session"
|
||||
homepage "http://www.dallachiesa.com/code/rtpbreak/doc/rtpbreak_en.html"
|
||||
url "http://dallachiesa.com/code/rtpbreak/rtpbreak-1.3a.tgz"
|
||||
mirror "https://dl.bintray.com/homebrew/mirror/rtpbreak-1.3a.tgz"
|
||||
sha256 "9ec7276e3775c13306bcf90ba573cfb77b8162a18f90d5805a3c5a288f4466f8"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "40cf6d037c1f92141c6fb7e2bbd7048523a1e5913d9618373a94ab73d6e71920" => :sierra
|
||||
sha256 "9beae7808c1b8c544942d04665d8a14ab5e07b925f64ed2a043652d349085a7e" => :el_capitan
|
||||
sha256 "64c4e6a0e4a7a6e5629832f6d33605c068ff02ce623ed36467d09fb9a300b983" => :yosemite
|
||||
sha256 "2cb901c96dfc9edf0cad72bd1a97da493877a36d046697e7665f174cf5f91698" => :mavericks
|
||||
sha256 "d3f404e84878cc1d3423dc3c007123fd0e2bfbd7e6f45a83bf904f274f790f88" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "libnet"
|
||||
|
||||
# main.c is missing the netinet/udp.h header; reported upstream by email
|
||||
patch :p0, :DATA
|
||||
|
||||
def install
|
||||
bin.mkpath
|
||||
system "make", "CC=#{ENV.cc}"
|
||||
system "make", "install", "INSTALL_DIR=#{bin}"
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match /payload/, shell_output("#{bin}/rtpbreak -k")
|
||||
end
|
||||
end
|
||||
|
||||
__END__
|
||||
|
||||
--- src/main.c 2012-06-30 12:22:29.000000000 +0200
|
||||
+++ src/main.c 2012-06-30 12:19:11.000000000 +0200
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <netinet/udp.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include "queue.h"
|
|
@ -226,6 +226,7 @@
|
|||
"rofs-filtered": "homebrew/fuse",
|
||||
"rsense": "homebrew/boneyard",
|
||||
"rtorrent": "homebrew/boneyard",
|
||||
"rtpbreak": "homebrew/boneyard",
|
||||
"rubber": "homebrew/tex",
|
||||
"s3-backer": "homebrew/fuse",
|
||||
"s3fs": "homebrew/fuse",
|
||||
|
|
Loading…
Reference in New Issue