1 # Maintainer: Jose Riha <jose1711 gmail com>
6 pkgdesc="tool to convert pbf to osm"
8 url="http://git.openstreetmap.nl/index.cgi/pbf2osm.git/"
10 depends=('protobuf-c')
12 _gitroot="http://git.openstreet.nl/pbf2osm.git"
17 msg "Connecting to GIT server...."
19 if [ -d $_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
23 git clone $_gitroot $_gitname
30 msg "GIT checkout done or server timeout"
31 msg "Starting make..."
38 install -Dm755 $srcdir/pbf2osm/src/pbf2osm $pkgdir/usr/bin/pbf2osm