description command line RFC 3548-compliant base 64 encoder and decoder
long_description Base64 is a command line tool that implements an \
RFC 3548-compliant base 64 encoder and decoder. When encoding \
it can wrap encoded lines to a specified column, and when \
decoding can optionally ignore non-alphabet characters.
homepage http://josefsson.org/base64/
master_sites ${homepage}/releases/
distname base64-${version}
checksums md5 9b77afec52846f06e4d3bf3b462b45a5
configure.args --mandir=${prefix}/share/man
configure.ldflags-append "-lintl"
configure.cflags-append "-I${prefix}/include"