summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail')
-rw-r--r--fetchmail/.md5sum2
-rw-r--r--fetchmail/Pkgfile9
2 files changed, 7 insertions, 4 deletions
diff --git a/fetchmail/.md5sum b/fetchmail/.md5sum
index 59b3cc4a9..89a4e2a44 100644
--- a/fetchmail/.md5sum
+++ b/fetchmail/.md5sum
@@ -1 +1 @@
-db75ef2058423599386add311bc954ce fetchmail-6.3.21.tar.xz
+2f7b8ee1bed3a70839a2fb41a69c7f6e fetchmail-6.3.22.tar.xz
diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile
index 3814ad4c8..83d0690aa 100644
--- a/fetchmail/Pkgfile
+++ b/fetchmail/Pkgfile
@@ -4,18 +4,21 @@
# Depends on: openssl
name=fetchmail
-version=6.3.21
+version=6.3.22
release=1
source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz)
build() {
cd $name-$version
+ # don't build python stuff
+ sed -i '19,21s/^/#/' Makefile.am
+ autoreconf -v
+
./configure --prefix=/usr \
--mandir=/usr/man \
--with-ssl=/usr \
- --disable-nls \
- PYTHON=:
+ --disable-nls
make
make DESTDIR=$PKG install
}

Generated by cgit