From cea4ffede201d440d41528ec7c77995f65896999 Mon Sep 17 00:00:00 2001 From: Christian Köstlin Date: Fri, 8 Jun 2012 11:12:57 +0200 Subject: h264bitstream 0.1.9 Closes #12668. Signed-off-by: Adam Vandenberg --- Library/Formula/h264bitstream.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/h264bitstream.rb (limited to 'Library/Formula') diff --git a/Library/Formula/h264bitstream.rb b/Library/Formula/h264bitstream.rb new file mode 100644 index 000000000..e03b91113 --- /dev/null +++ b/Library/Formula/h264bitstream.rb @@ -0,0 +1,12 @@ +require 'formula' + +class H264bitstream < Formula + homepage 'http://h264bitstream.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/h264bitstream/h264bitstream/0.1.9/h264bitstream-0.1.9.tar.gz' + sha1 '5e12e765641e76f86b794f939bf99405c4e4d373' + + def install + system './configure', "--prefix=#{prefix}" + system 'make install' + end +end -- cgit v1.2.3