[arch-commits] CVS update of unstable/network/muttng (PKGBUILD)

Aaron Griffin aaron at archlinux.org
Sun May 13 05:02:42 UTC 2007


    Date: Sunday, May 13, 2007 @ 01:02:42
  Author: aaron
    Path: /home/cvs-unstable/unstable/network/muttng

 Removed: PKGBUILD (1.23)

Package cleanuo: moved to unsupported


----------+
 PKGBUILD |   40 ----------------------------------------
 1 file changed, 40 deletions(-)


Index: unstable/network/muttng/PKGBUILD
diff -u unstable/network/muttng/PKGBUILD:1.23 unstable/network/muttng/PKGBUILD:removed
--- unstable/network/muttng/PKGBUILD:1.23	Thu Feb  1 18:14:52 2007
+++ unstable/network/muttng/PKGBUILD	Sun May 13 01:02:42 2007
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD,v 1.23 2007/02/01 23:14:52 tobias Exp $
-# Maintainer: tobias <tobias_archlinux.org>
-# Contributor: Tobias Kieslich <tobias_justdreams.de>
-
-pkgname=muttng
-pkgver=20070201
-_muttver=1.5.13
-pkgrel=1
-pkgdesc="A small but very powerful text-based mail client. (well featured fork)"
-makedepends=('gnupg' 'subversion')
-depends=('ncurses' 'openssl' 'gpgme' 'perl' 'gdbm')
-url="http://mutt-ng.berlios.de/"
-conflicts=('mutt')
-provides=('mutt')
-source=(http://mutt.kublai.com/nightlies/mutt-${pkgver}.tar.gz)
-md5sums=('b0c469085dc82a778dd6b1df98f3e3e1')
-
-build() {
-  # prepare
-  cd ${startdir}/src/
-  svn co http://bereshit.synflood.at/svn/mutt-patches/trunk
-  cd ${startdir}/src/mutt-${_muttver}cvs
-   #extremely dirty implementation of patch tool
-  for xpatch in $(/bin/cat ../trunk/patches/series | cut -d ' ' -f 1); do
-    if [ $(echo {$xpatch} | grep 'aw.listreply.diff') ]; then
-      patch -Np0 -i  ../trunk/patches/${xpatch}
-    elif [ $(echo {$xpatch} | grep 'nion.sidebar-color.diff') ]; then
-      patch -Np0 -i  ../trunk/patches/${xpatch}
-    else
-      patch -Np1 -i  ../trunk/patches/${xpatch}
-    fi
-  done
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --enable-pop --enable-imap --enable-pgp --enable-compressed --enable-nntp \
-    --with-regex --with-ssl=/usr --enable-gpgme --with-gpgme-prefix=/usr \
-    --enable-hcache --without-idn
-  make || return 1
-  make DESTDIR=${startdir}/pkg install
-  rm -rf ${startdir}/pkg/etc/mime.types
-}




More information about the arch-commits mailing list