diff options
| author | Jack Nagel | 2012-12-23 13:26:03 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-12-23 13:26:03 -0600 |
| commit | 2602faf907f26346f39719e4c092a53401676f96 (patch) | |
| tree | 9a5d007f49ad9c0bebfce2ccf6ab33fe1ed42621 /Library/Formula/osm2pgsql.rb | |
| parent | 7b4df06a246b76eb98d8fd280bbbe88df01fa79e (diff) | |
| download | homebrew-2602faf907f26346f39719e4c092a53401676f96.tar.bz2 | |
Remove osm2pgsql
This is a head-only formula that has build issues; the usual rules for
reinstatement apply: get upstream to tag a stable release.
Closes #14383.
Diffstat (limited to 'Library/Formula/osm2pgsql.rb')
| -rw-r--r-- | Library/Formula/osm2pgsql.rb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Library/Formula/osm2pgsql.rb b/Library/Formula/osm2pgsql.rb deleted file mode 100644 index b35f12771..000000000 --- a/Library/Formula/osm2pgsql.rb +++ /dev/null @@ -1,21 +0,0 @@ -require 'formula' - -class Osm2pgsql < Formula - homepage 'http://wiki.openstreetmap.org/wiki/Osm2pgsql' - head 'http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/' - - depends_on :postgresql - depends_on :automake - depends_on :libtool - depends_on "geos" - depends_on "proj" - depends_on "protobuf-c" => :optional - - def install - system "./autogen.sh" - system "./configure" - system "make" - bin.install "osm2pgsql" - (share+'osm2pgsql').install 'default.style' - end -end |
