### this file is sourced not run
PKGVER=4.46.0
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=getmail-4.46.0.tar.gz
MD5SUM=aa094ebe558f47246c8af2ca8e1d12f9
SRC_URL=http://pyropus.ca/software/getmail/old-versions/$TARBALL
BUNDLE=

SLACKREQ='python' # 
SLACKDESC='getmail: getmail 4.46.0 (Automatic mail retriever)  
getmail:  
getmail: getmail is a mail retriever designed to allow you to get your mail 
getmail: from one or more mail accounts on various mail servers to your local 
getmail: machine for reading with a minimum of fuss. getmail is designed to be 
getmail: secure, flexible, reliable, and easy-to-use. getmail is designed to 
getmail: replace other mail retrievers such as fetchmail.  
getmail: 
getmail: 
getmail: 
getmail: http://pyropus.ca/software/getmail/
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/getmail*
	python setup.py install &&
	pkg_build_slackdesc
}
