aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/osmosis.rb
blob: d258e42dbc19016e7940d478aa309c599e23786e (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
require 'formula'

class Osmosis < Formula
  homepage 'http://wiki.openstreetmap.org/wiki/Osmosis'
  url 'http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-0.40.1.zip'
  sha1 '2a51c35b6270af51f6fffaa9d7ed5fa5e1c30a7b'

  def patches
    # need to adjust home dir for a clean install
    DATA
  end

  def install
    bin.install 'bin/osmosis'
    libexec.install %w(lib config script)
  end
end

__END__
--- a/bin/osmosis 2010-11-16 06:58:44.000000000 +0100
+++ b/bin/osmosis  2010-11-23 12:13:01.000000000 +0100
@@ -83,6 +83,7 @@
 saveddir=`pwd`
 MYAPP_HOME=`dirname "$PRG"`/..
 MYAPP_HOME=`cd "$MYAPP_HOME" && pwd`
+MYAPP_HOME="$MYAPP_HOME/libexec"
 cd "$saveddir"
 
 # Build up the classpath of required jar files via classworlds launcher.