2007-02-22 20:02:58 +10:00
|
|
|
# Description: POP3 mail retriever with reliable Maildir and command delivery
|
2008-03-26 22:21:55 +01:00
|
|
|
# URL: http://pyropus.ca/software/getmail/
|
2008-03-12 22:55:05 +01:00
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2008-03-26 22:21:55 +01:00
|
|
|
# Packager: Han Boetes, han at mijncomputer dot nl
|
|
|
|
# Depends on: python
|
2007-02-22 20:02:58 +10:00
|
|
|
|
|
|
|
name=getmail
|
2013-05-27 14:34:15 +02:00
|
|
|
version=4.41.0
|
2008-03-05 21:39:51 +10:00
|
|
|
release=1
|
2007-02-22 20:02:58 +10:00
|
|
|
source=(http://pyropus.ca/software/$name/old-versions/$name-$version.tar.gz
|
2009-08-07 11:36:17 +02:00
|
|
|
$name.diff)
|
2007-02-22 20:02:58 +10:00
|
|
|
|
|
|
|
build() {
|
2008-03-26 22:21:55 +01:00
|
|
|
cd $name-$version
|
2009-08-07 11:36:17 +02:00
|
|
|
patch -p1 < $SRC/$name.diff
|
2008-03-26 22:21:55 +01:00
|
|
|
python setup.py install --prefix=/usr --root=$PKG
|
2007-02-22 20:02:58 +10:00
|
|
|
}
|