summaryrefslogtreecommitdiffstats
path: root/abs/extra/mutt/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-01 18:26:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-01 18:26:22 (GMT)
commite2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37 (patch)
treebee3fe89f2988dd244e11791755e129aa8c03b14 /abs/extra/mutt/PKGBUILD
parent8132c218cfc1f1acb1c6d12154e0d4ca075e77f2 (diff)
downloadlinhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.zip
linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.gz
linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.bz2
Mass move of uncompiled packages to abs_not_built.
The will sit here for a bit, and then will be removed completely if no one claims them.
Diffstat (limited to 'abs/extra/mutt/PKGBUILD')
-rw-r--r--abs/extra/mutt/PKGBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/abs/extra/mutt/PKGBUILD b/abs/extra/mutt/PKGBUILD
deleted file mode 100644
index c481eec..0000000
--- a/abs/extra/mutt/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 50055 2009-08-19 01:49:30Z thayer $
-# Maintainer: tobias [tobias [at] archlinux.org]
-pkgname=mutt
-pkgver=1.5.20
-pkgrel=2
-pkgdesc="A small but very powerful text-based mail client"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.mutt.org/"
-depends=('slang' 'openssl>=0.9.8e' 'gdbm' 'mime-types' 'zlib' 'libsasl' 'gpgme')
-makedepends=('gnupg')
-install=${pkgname}.install
-source=(ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz
- mutt-unmailbox.patch)
-url="http://www.mutt.org/"
-md5sums=('027cdd9959203de0c3c64149a7ee351c'
- 'fa8e03a49a2fa7b294dc8237d928cdb7')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- # patch a segfault bug in 1.5.20 -- remove for next release
- patch -p1 < ${srcdir}/mutt-unmailbox.patch || return 1
- #patch -Np1 -i ../mutt-unmailbox.patch || exit 1
-
- ./configure --prefix=/usr --sysconfdir=/etc \
- --enable-pop --enable-imap --enable-smtp \
- --with-sasl --with-ssl=/usr --without-idn \
- --enable-hcache --enable-pgp --enable-inodesort \
- --enable-compressed --with-regex \
- --enable-gpgme --with-slang=/usr
- make || return 1
- make DESTDIR=${pkgdir} install
- rm -f ${pkgdir}/usr/bin/{flea,muttbug}
- rm -f ${pkgdir}/usr/share/man/man1/{flea,muttbug}.1
- rm -f ${pkgdir}/etc/mime.types*
- install -Dm644 contrib/gpg.rc ${pkgdir}/etc/Muttrc.gpg.dist
-}
-