1 # Contributor: Tristram Gräbener <tristramg at gmail dot com>
3 pkgname=osm4routing-git
6 pkgdesc="OSM parser for routing. Produces csv files or postgis tables"
8 url="http://github.com/Tristramg/osm4routing"
10 depends=(boost postgresql-libs)
15 _gitroot="git://github.com/Tristramg/osm4routing.git"
16 _gitname="osm4routing"
20 cd $startdir/src || return 1
21 git clone $_gitroot || return 1
23 msg "GIT checkout done or server timeout"
24 msg "Starting make..."
26 cd $_gitname || return 1
29 mkdir -p $startdir/pkg/usr/bin || return 1
30 cp osm4routing $startdir/pkg/usr/bin || return 1