# Contributor: Andrew Manison # Maintainer: Andrew Manison pkgname=mutt pkgver=1.4.2.3 pkgrel=0 pkgdesc="a small but very powerful text-mode email client" url="http://www.mutt.org" license="GPL" depends="openssl ncurses libiconv" makedepends="openssl-dev ncurses-dev" install= subpackages="$pkgname-doc" source="ftp://ftp.mutt.org/$pkgname/$pkgname-$pkgver.tar.gz" # append extra dependencies to -dev subpackage # remove if not used. # depends_dev="somepackage-dev" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" # apply patches here } build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --enable-imap \ --enable-pop \ --enable-smtp \ --with-curses \ --with-mailpath=/var/spool/mail \ --with-ssl make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install # remove the 2 lines below (and this) if there is no init.d script # install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname # install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname } md5sums="dcb94661827dd090fa813e73e122ea0c mutt-1.4.2.3.tar.gz"