aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lcov.rb
blob: f1cdcbd5c983d98ab032d775260767b4968c86bc (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
require 'formula'

class Lcov < Formula
  homepage 'http://ltp.sourceforge.net/coverage/lcov.php'
  url 'https://downloads.sourceforge.net/ltp/lcov-1.11.tar.gz'
  sha1 'bf8ed68c06805a71528a2a67dd714830afd3ccb5'

  head 'https://github.com/linux-test-project/lcov.git'

  bottle do
    cellar :any
    sha1 "edad7ab819deb6032734442ea88c343e6779f60c" => :mavericks
    sha1 "61cb990e2928ad0a1b29e131790790994b5a95d6" => :mountain_lion
    sha1 "b417a6801535d439dc26200213e63a4536989d11" => :lion
  end

  patch :DATA

  def install
    inreplace %w[bin/genhtml bin/geninfo bin/lcov],
      "/etc/lcovrc", "#{prefix}/etc/lcovrc"
    system "make", "PREFIX=#{prefix}", "install"
  end
end

__END__
--- lcov-1.8/bin/install.sh~	2010-01-29 19:14:46.000000000 +0900
+++ lcov-1.8/bin/install.sh	2010-04-16 21:40:57.000000000 +0900
@@ -34,7 +34,8 @@
   local TARGET=$2
   local PARAMS=$3
 
-  install -p -D $PARAMS $SOURCE $TARGET
+  mkdir -p `dirname $TARGET`
+  install -p $PARAMS $SOURCE $TARGET
 }
 
 
--- lcov-1.8/Makefile~	2010-01-29 19:14:46.000000000 +0900
+++ lcov-1.8/Makefile	2010-04-16 21:42:26.000000000 +0900
@@ -15,8 +15,8 @@
 RELEASE := 1
 
 CFG_DIR := $(PREFIX)/etc
-BIN_DIR := $(PREFIX)/usr/bin
-MAN_DIR := $(PREFIX)/usr/share/man
+BIN_DIR := $(PREFIX)/bin
+MAN_DIR := $(PREFIX)/share/man
 TMP_DIR := /tmp/lcov-tmp.$(shell echo $$$$)
 FILES   := $(wildcard bin/*) $(wildcard man/*) README CHANGES Makefile \
 	   $(wildcard rpm/*) lcovrc