aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ut-cache.rb
blob: 59ecbc7f8b2845fd6aaeacf3153bf4eb709c4619 (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
require 'formula'

class UtCache <Formula
  head 'git://github.com/tanj/Unreal-Tournament-Cache.git'
  homepage 'http://github.com/tanj/Unreal-Tournament-Cache'

  def patches
    DATA
  end

  def install
    system "curl -o getdelim.c http://gist.github.com/raw/278167/26eae93b355d443693c1e8922a328d4a61b4a176/getdelim.c"
    
    ENV['HOME'] = prefix
    system "make"
    system "mkdir #{prefix}/bin"
    system "make install"
  end
end

__END__
diff --git a/ut-cache.c b/ut-cache.c
index 70d61ea..9fd1621 100644
--- a/ut-cache.c
+++ b/ut-cache.c
@@ -7,6 +7,7 @@
    the proper directory */
 
 #include "ut-cache.h"
+#include "getdelim.c"
 
 void usage(const char *err)
 {