require 'formula' class Pbzip2 < Formula url 'http://compression.ca/pbzip2/pbzip2-1.1.4.tar.gz' homepage 'http://compression.ca/pbzip2/' md5 '797e3ae5c6293a55e3e97fefb11cf494' fails_with_llvm def install inreplace "Makefile" do |s| s.change_make_var! 'PREFIX', prefix s.gsub! "/man/", "/share/man/" # Per fink and macport: s.gsub! "-pthread -lpthread", "" end system "make install" end end ble id='header'> cgit logo index : homebrew
:beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/logtalk.rb
blob: 40ef003a6fd0afdfea1b481aafabb6bd4fcce8ad (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
30
31
32