Search Criteria
Package Details: libosmpbf-git 1.4.0.r4.g8ab05ca-2
Git Clone URL: | https://aur.archlinux.org/libosmpbf-git.git (read-only, click to copy) |
---|---|
Package Base: | libosmpbf-git |
Description: | A library to support OpenStreetMap's protocolbuffer binary format (OSM PBF) |
Upstream URL: | https://github.com/scrosby/OSM-binary |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | simon04 |
Maintainer: | simon04 |
Last Packager: | simon04 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2012-03-25 12:00 |
Last Updated: | 2020-10-26 07:22 |
Dependencies (2)
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- git (git-git) (make)
Latest Comments
vganzin commented on 2014-09-30 16:49
Thanks simon for your clarification and work of course
simon04 commented on 2014-09-30 10:43
After building, the package contains /usr/lib/libosmpbf.a
Commands like "sudo cp $srcdir/libosmpbf.a /usr/lib" never appear in a PKGBUILD file since it would surpass the idea of a package and modify the system when building (not installing) the package.
vganzin commented on 2014-09-30 10:14
add:
sudo cp $srcdir/libosmpbf.a /usr/lib
OSRM build fails without
simon04 commented on 2014-09-30 06:51
Updated package to correctly update version according to Git.
@freaks: Done. Sorry for the long time.
freaks commented on 2014-05-08 14:22
the pkgbuild don't copy libosmpbf-git/btmp/src/libosmpbf-build/src/libosmpbf.a in /usr/lib
can you add this ?
it's necessary to compile OSRM