getmail: 4.8.0 -> 4.8.1

This commit is contained in:
Thomas Penteker 2008-03-26 22:21:55 +01:00
parent 336cb256ae
commit 6ad54fff71
4 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.5/
drwxr-xr-x root/root usr/lib/python2.5/site-packages/
-rw-r--r-- root/root usr/lib/python2.5/site-packages/getmail-4.8.0-py2.5.egg-info
-rw-r--r-- root/root usr/lib/python2.5/site-packages/getmail-4.8.1-py2.5.egg-info
drwxr-xr-x root/root usr/lib/python2.5/site-packages/getmailcore/
-rw-r--r-- root/root usr/lib/python2.5/site-packages/getmailcore/__init__.py
-rw-r--r-- root/root usr/lib/python2.5/site-packages/getmailcore/__init__.pyc

View File

@ -1,2 +1,2 @@
9a9d1bcace912ac342cb98f03225fe04 getmail-4.8.0.diff
140070e58510cf42468eb965189735cd getmail-4.8.0.tar.gz
9a9d1bcace912ac342cb98f03225fe04 getmail-4.8.1.diff
3ea7cff8a80d845c5a6086551737311f getmail-4.8.1.tar.gz

View File

@ -1,18 +1,18 @@
# Description: POP3 mail retriever with reliable Maildir and command delivery
# URL: http://pyropus.ca/software/getmail/
# 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
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: python
name=getmail
version=4.8.0
version=4.8.1
release=1
source=(http://pyropus.ca/software/$name/old-versions/$name-$version.tar.gz
$name-$version.diff)
$name-$version.diff)
build() {
cd $name-$version
patch -p1 < $SRC/$name-$version.diff
python setup.py install --prefix=/usr --root=$PKG
chown -R root:root $PKG
cd $name-$version
patch -p1 < $SRC/$name-$version.diff
python setup.py install --prefix=/usr --root=$PKG
chown -R root:root $PKG
}