getmail
diff -r ca724f85a127 source/custom/getmail/FrugalBuild
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/source/custom/getmail/FrugalBuild Wed Feb 15 15:29:03 2012 +0100
@@ -0,0 +1,26 @@
+# Maintainer: Tomas Zeman <tzeman@volny.cz>
+
+pkgname=getmail
+pkgver=4.8.4
+pkgrel=1
+pkgdesc="Email retriever (POP3, IMAP)"
+url="http://pyropus.ca/software/getmail"
+Finclude python
+# neccessary because of the .egg file
+depends=("python")
+groups=('custom')
+archs=('i686' 'x86_64')
+up2date="lynx -dump $url |grep tar.gz$ |Fsort |Flasttar"
+source=(http://pyropus.ca/software/$pkgname/old-versions/$pkgname-$pkgver.tar.gz
+ $pkgname.patch)
+sha1sums=('44ea0da0835f9e06ef9cea769dc9293f2d6ba512' \
+ 'dde9238bddd77af0941109d438a8b357cd8a33c2')
+
+#build()
+#{
+# Fmake
+# rm Makefile
+# Fmakeinstall
+# Fexerel contrib/hgk /usr/bin/hgk
+# Fsplit mercurial-hgk usr/bin/hgk
+#}
diff -r ca724f85a127 source/custom/getmail/getmail.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/source/custom/getmail/getmail.patch Wed Feb 15 15:29:03 2012 +0100
@@ -0,0 +1,10 @@
+--- setup.py.orig 2008-03-13 12:02:10.000000000 +0100
++++ setup.py 2008-03-13 12:02:27.000000000 +0100
+@@ -100,7 +100,6 @@
+ data_files=[
+ (GETMAILDOCDIR, [
+ './README',
+- './getmail.spec',
+ 'docs/BUGS',
+ 'docs/COPYING',
+ 'docs/CHANGELOG',