getmail.patch
changeset 6 0ace7651d280
child 34 1e11560cbaa4
equal deleted inserted replaced
5:c45b4db07cad 6:0ace7651d280
       
     1 getmail
       
     2 
       
     3 diff --git a/source/custom/getmail/FrugalBuild b/source/custom/getmail/FrugalBuild
       
     4 new file mode 100644
       
     5 index 0000000..04de308
       
     6 --- /dev/null
       
     7 +++ b/source/custom/getmail/FrugalBuild
       
     8 @@ -0,0 +1,26 @@
       
     9 +# Maintainer: Tomas Zeman <tzeman@volny.cz>
       
    10 +
       
    11 +pkgname=getmail
       
    12 +pkgver=4.8.0
       
    13 +pkgrel=1
       
    14 +pkgdesc="Email retriever (POP3, IMAP)"
       
    15 +url="http://pyropus.ca/software/getmail"
       
    16 +Finclude python
       
    17 +# neccessary because of the .egg file
       
    18 +depends=("python")
       
    19 +groups=('custom')
       
    20 +archs=('i686' 'x86_64')
       
    21 +up2date="lynx -dump $url |grep tar.gz$ |Fsort |Flasttar"
       
    22 +source=(http://pyropus.ca/software/$pkgname/old-versions/$pkgname-$pkgver.tar.gz
       
    23 +	$pkgname.patch)
       
    24 +sha1sums=('eac507edd5c190fa3278b37fd034b9a0f85cd8e5' \
       
    25 +          'dde9238bddd77af0941109d438a8b357cd8a33c2')
       
    26 +
       
    27 +#build()
       
    28 +#{
       
    29 +#	Fmake
       
    30 +#	rm Makefile
       
    31 +#	Fmakeinstall
       
    32 +#	Fexerel contrib/hgk /usr/bin/hgk
       
    33 +#	Fsplit mercurial-hgk usr/bin/hgk
       
    34 +#}
       
    35 diff --git a/source/custom/getmail/getmail.patch b/source/custom/getmail/getmail.patch
       
    36 new file mode 100644
       
    37 index 0000000..f1dd2fb
       
    38 --- /dev/null
       
    39 +++ b/source/custom/getmail/getmail.patch
       
    40 @@ -0,0 +1,10 @@
       
    41 +--- setup.py.orig	2008-03-13 12:02:10.000000000 +0100
       
    42 ++++ setup.py	2008-03-13 12:02:27.000000000 +0100
       
    43 +@@ -100,7 +100,6 @@
       
    44 +     data_files=[
       
    45 +         (GETMAILDOCDIR, [
       
    46 +             './README',
       
    47 +-            './getmail.spec',
       
    48 +             'docs/BUGS',
       
    49 +             'docs/COPYING',
       
    50 +             'docs/CHANGELOG',