1 # Maintainer: Yanghai Zhang < zhang9560@gmail.com>
6 pkgdesc="Mew is a user interface for text messages, multimedia messages (MIME), news articles and security functionality including PGP, S/MIME, SSH, and SSL. Also, Mew can work with the recent search services."
8 url="http://www.mew.org/en/info"
10 depends=('emacs' 'ruby')
11 optdepends=('stunnel: For ssl')
12 source=("http://www.mew.org/Release/mew-6.3.tar.gz")
13 md5sums=('a0ca3b478dbad44d5a7e09083e323ccc') #generate with 'makepkg -g'
16 cd $srcdir/$pkgname-$pkgver
17 ./configure --prefix=/usr
21 cd $srcdir/$pkgname-$pkgver
22 make DESTDIR=$pkgdir install