description view files in hex and ASCII formats side by side
A replacement for od for viewing binary files. Allows viewing hex \
and ASCII formats side by side.
homepage https://web.archive.org/web/20080513002949/http://www.braham.net/Phil/linux_utils.html
master_sites https://web.archive.org/web/20080513002949/http://www.braham.net/Phil/Linux_utils/bdump/
checksums md5 df6d2abbd7179fddef660f1b85ff4a7d
system -W ${worksrcpath} "${configure.cc} ${configure.cflags} ${configure.cc_archflags} bdump.c -o bdump"
xinstall -m 755 ${worksrcpath}/bdump ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}