summaryrefslogtreecommitdiff
path: root/extra/fetchmail/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-21 23:14:42 +0000
committerroot <root@rshg054.dnsready.net>2011-09-21 23:14:42 +0000
commitb7f839da11975b9f2a964a82d591b7a8628f0931 (patch)
treebb6a7aee842680de3a5038e34d27256ca1d389ef /extra/fetchmail/PKGBUILD
parentae08410274473c5ab78d300ea2365c4b1070cc61 (diff)
Wed Sep 21 23:14:42 UTC 2011
Diffstat (limited to 'extra/fetchmail/PKGBUILD')
-rw-r--r--extra/fetchmail/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/fetchmail/PKGBUILD b/extra/fetchmail/PKGBUILD
index 5934a5292..ad0edc057 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')
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
}