contrib/getmail/Pkgfile

19 lines
540 B
Plaintext
Raw Normal View History

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