description Entropy calculator
ent applies various tests to sequences of bytes stored in files and \
reports the results of those tests. The program is useful for those \
evaluating pseudorandom number generators for encryption and statistical \
sampling applications, compression algorithms, and other applications \
where the information density of a file is of interest.
homepage http://www.fourmilab.ch/random/
dist_subdir ${name}/${version}
checksums md5 8104a83af1ea5b280da96c92da18eae4 \
sha1 0f2f12dc67d1f02f77776709cf5fc5eee1d1b2e2 \
rmd160 b21b8401fdbd2aac189fe4a442a1164b172407f8
reinplace "s|^CFLAGS = |CFLAGS = ${configure.cflags} [get_canonical_archflags cc] |" ${worksrcpath}/Makefile
build.args CC=${configure.cc}
xinstall -m 755 -W ${worksrcpath} ent ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} ent.html entitle.gif \
${destroot}${prefix}/share/doc/${name}