require 'formula' class Osm2pgsql < Formula head 'http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/', :using => :svn homepage 'http://wiki.openstreetmap.org/wiki/Osm2pgsql' def install system "./autogen.sh" system "./configure" system "make" bin.install "osm2pgsql" (share+'osm2pgsql').install 'default.style' end end w' title='homebrew Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cppdom.rb
blob: e059be15b61879826efcd9a573b9b5ddc60fc049 (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