getmail _unstable_ port information

Package: getmail
Version: 3.2.2
Revision: 1
Maintainer: None
Depends: python
Source: http://www.qcc.ca/~charlesc/software/getmail-3.0/%n-%v.tar.gz
Source-MD5: 9634aae6af49261f8996e19a9edd630f
PatchScript: <<
sed -e "s|/usr/lib/getmail|%p/lib/getmail|g" < getmail > getmail.tmp
sed -e "s|^PYTHON=.*|PYTHON=%p/bin/python|g" < getmail.tmp > getmail
<<
CompileScript: %p/bin/python -c "from compileall import compile_dir; compile_dir('.')"
InstallScript: <<
install -d -m 755 %i/bin %i/share/man/man1 %i/lib/%n
install -m 644 *.{py,pyc} %i/lib/%n
install -m 755 %n %i/bin
install -m 644 %n.1 %i/share/man/man1
<<
License: GPL
DocFiles: BUGS CHANGELOG COPYING THANKS TODO docs.html docs.txt faq.html faq.txt getmail.txt
Description: Python-based POP3 mail retriever
DescDetail: <<
getmail is intended as a simple replacement for fetchmail. It
retrieves mail (either all messages, or only unread messages) from one
or more POP3 servers for one or more email accounts, and reliably
delivers into a qmail-style Maildir, or to a command (pipe delivery)
like maildrop or procmail, specified on a per-account basis. getmail
also has support for domain (multidrop) mailboxes.
<<
DescPackaging: Formerly maintained by Jason R. Mastaler
Homepage: http://www.qcc.ca/~charlesc/software/getmail-3.0/