# GNU a2ps 4.14
# =============
# Prerequisites (many, if not all, optional depending on features you need):
# m4
# Perl
# Bison
# gperf
# Flex
# gettext (if you don't pass --disable-nls)
# Emacs
# file
# An 'lp' (as you would get from CUPS)
# GV
# gzip
# bzip2
# ImageMagick's convert
# Netscape (a2ps is not updated too often...)
# html2ps
# Adobe Reader (acroread)
# Ghostscript's pdf2ps and ps2pdf
# psutils' psselect and psnup (Slackware's a2ps package includes psutils)
# groff's grog
# texinfo's makeinfo
# A TeX like teTeX or TeX Live
# LaTeX
# XFree86 or X.org (for ogonkify)
# And now the current version
cd
test -f installed/a2ps-4.14.tar.gz && mv installed/a2ps-4.14.tar.gz .
test ! -f a2ps-4.14.tar.gz &&
wget http://ftpmirror.gnu.org/a2ps/a2ps-4.14.tar.gz
# Verify tarball w/ md5sum:
# (this came from my gpg-verified tarball)
echo "781ac3d9b213fa3e1ed0d79f986dc8c7 a2ps-4.14.tar.gz" | md5sum -c
# Verify tarball w/ sha1sum:
# (this also came from my gpg-verified tarball)
echo "365abbbe4b7128bf70dad16d06e23c5701874852 a2ps-4.14.tar.gz" | \
sha1sum -c