[arch-commits] Commit in fetchmail/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Apr 1 12:04:29 UTC 2010


    Date: Thursday, April 1, 2010 @ 08:04:29
  Author: pierre
Revision: 75365

upgpkg: fetchmail 6.3.15-1
openssl/heimdal rebuild

Modified:
  fetchmail/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-01 12:00:56 UTC (rev 75364)
+++ PKGBUILD	2010-04-01 12:04:29 UTC (rev 75365)
@@ -3,26 +3,31 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=fetchmail
-pkgver=6.3.14
+pkgver=6.3.15
 pkgrel=1
 pkgdesc="A remote-mail retrieval utility"
 url="http://fetchmail.berlios.de/"
 arch=('i686' 'x86_64')
 depends=('glibc' 'openssl' 'python')
 optdepends=('tk: fetchmailconf')
+options=('!makeflags')
 license=('GPL')
 install=fetchmail.install
 source=(http://download2.berlios.de/fetchmail/$pkgname-$pkgver.tar.bz2
         fetchmail.rc fetchmail.conf)
-md5sums=('86d3cfbce151881d8bf76a1efd5bda6a'
+md5sums=('53de0a1ff9dda5a6b99adf04ed0132cb'
          'b5f4d1da0c61d3d8a93fdf4e238f4949'
          '8fcd6a22dfbc247755fdd050c5c5c4d3')
+
 build() {
-  export MAKEFLAGS="-j1"
   cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --with-ssl=/usr
   make || return 1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
   install -Dm755 $srcdir/fetchmail.rc $pkgdir/etc/rc.d/fetchmail




More information about the arch-commits mailing list