require 'formula' class Libzip < Formula homepage 'http://www.nih.at/libzip/' url 'http://www.nih.at/libzip/libzip-0.11.1.tar.gz' sha1 '729a141fd3b47f34a94e8fd8a9ee1b25f0c8e922' def install system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "CXX=#{ENV.cxx}", "CXXFLAGS=#{ENV.cflags}" system "make install" end end '/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg2theora.rb
blob: e8c17b2d98c45558ca1cca0713444db9fe07759c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29