summaryrefslogtreecommitdiff
path: root/extra/fetchmail
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-22 12:03:57 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-22 12:03:57 -0300
commit0830ec32f40473e1a83ec7e12be11daabf6d2762 (patch)
treed2929aa2fd3c63af741f9862575025734f785aba /extra/fetchmail
parentc02976460621a16b172e3e33432d5790f3ed6117 (diff)
parentb7f839da11975b9f2a964a82d591b7a8628f0931 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/pppd-ldap/PKGBUILD gnome-unstable/at-spi2-atk/PKGBUILD gnome-unstable/at-spi2-core/PKGBUILD gnome-unstable/atk/PKGBUILD gnome-unstable/folks/PKGBUILD gnome-unstable/gnome-bluetooth/PKGBUILD gnome-unstable/gnome-contacts/PKGBUILD gnome-unstable/gnome-control-center/PKGBUILD gnome-unstable/libwebkit/PKGBUILD gnome-unstable/nautilus/PKGBUILD gnome-unstable/totem/PKGBUILD
Diffstat (limited to 'extra/fetchmail')
-rw-r--r--extra/fetchmail/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/fetchmail/PKGBUILD b/extra/fetchmail/PKGBUILD
index 9c177a697..dd59ca350 100644
--- a/extra/fetchmail/PKGBUILD
+++ b/extra/fetchmail/PKGBUILD
@@ -1,15 +1,17 @@
-# $Id: PKGBUILD 136047 2011-08-22 03:29:54Z eric $
+# $Id: PKGBUILD 138318 2011-09-20 04:51:36Z eric $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
pkgname=fetchmail
pkgver=6.3.21
-pkgrel=1
+pkgrel=2
pkgdesc="A remote-mail retrieval utility"
arch=('i686' 'x86_64' 'mips64el')
url="http://fetchmail.berlios.de/"
license=('GPL')
-depends=('glibc' 'openssl' 'python2')
-optdepends=('tk: for using fetchmailconf')
+depends=('openssl')
+makedepends=('python2')
+optdepends=('tk: for using fetchmailconf'
+ 'python2: for using fetchmailconf')
backup=('etc/conf.d/fetchmail')
options=('!makeflags')
install=fetchmail.install
@@ -25,7 +27,7 @@ sha1sums=('e32a0d40ec133d651782543ecd7bc9bbee52dff7'
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
- ./configure --prefix=/usr --with-ssl=/usr
+ PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr
make
}