summaryrefslogtreecommitdiff
path: root/getmail/Pkgfile
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-11-13 21:12:21 +0100
committerHan Boetes <han@mijncomputer.nl>2006-11-13 21:12:21 +0100
commit32295a9faf0f964a313a84bb5a4e3fdeaf15e72f (patch)
tree48bd60cc85026b7f5effe956cd01e09d1e66234c /getmail/Pkgfile
parent4d6af94f215944409f18f85d1804bc04c3d32efd (diff)
downloadcontrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.gz
contrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.xz
abiword: initial release
Diffstat (limited to 'getmail/Pkgfile')
-rw-r--r--getmail/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/getmail/Pkgfile b/getmail/Pkgfile
new file mode 100644
index 000000000..c420e26c3
--- /dev/null
+++ b/getmail/Pkgfile
@@ -0,0 +1,22 @@
+# Maintainer: Han Boetes <han@mijncomputer.nl>
+# Description: POP3 mail retriever with reliable Maildir and command delivery
+# URL: http://www.qcc.ca/~charlesc/software/getmail-3.0/
+# Depends on: python
+
+name=getmail
+version=4.6.5
+release=1
+source="
+ http://pyropus.ca/software/getmail/old-versions/getmail-$version.tar.gz
+ getmail.diff
+"
+
+build()
+{
+ cd $name-$version
+ patch < $SRC/getmail.diff
+ python setup.py build
+ python setup.py install --prefix $PKG/usr
+ rm -rf $PKG/usr/share/doc
+ sed -i 's|#!/usr/bin/python|& -Wignore:.:DeprecationWarning:.:0|' $PKG/usr/bin/getmail
+}

Generated by cgit