contrib/getmail/Pkgfile

18 lines
517 B
Plaintext
Raw Normal View History

2007-02-22 11:02:58 +01: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/
# 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 11:02:58 +01:00
name=getmail
2016-07-27 03:50:17 +02:00
version=4.50.0
2008-03-05 12:39:51 +01:00
release=1
2007-02-22 11:02:58 +01: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 11:02:58 +01: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
/usr/bin/python setup.py install --prefix=/usr --root=$PKG
2007-02-22 11:02:58 +01:00
}