Date: Wednesday, June 20, 2018 @ 18:26:42
  Author: bisson
Revision: 327338

archrelease: copy trunk to staging-x86_64

Added:
  mutt/repos/staging-x86_64/
  mutt/repos/staging-x86_64/PKGBUILD
    (from rev 327337, mutt/trunk/PKGBUILD)

----------+
 PKGBUILD |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

Copied: mutt/repos/staging-x86_64/PKGBUILD (from rev 327337, 
mutt/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2018-06-20 18:26:42 UTC (rev 327338)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=mutt
+pkgver=1.10.0
+pkgrel=2
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('0215b5f90ef9cc33441a6ca842379b64412ed7f8da83ed68bfaa319179f5535b'
+            'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --enable-gpgme \
+               --enable-pop \
+               --enable-imap \
+               --enable-smtp \
+               --enable-hcache \
+               --enable-sidebar \
+               --with-curses=/usr \
+               --with-regex \
+               --with-gss=/usr \
+               --with-ssl=/usr \
+               --with-sasl \
+               --with-idn \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+
+       rm "${pkgdir}"/etc/mime.types{,.dist}
+       install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}

Reply via email to