1 # Contributor: Chris Brannon <cmbrannon79@gmail.com>
6 pkgdesc="Powerful electronic mail handling system, based on a set of command-line utilities."
8 url="http://www.nongnu.org/nmh/"
11 source=("http://download.savannah.nongnu.org/releases/nmh/$pkgname-$pkgver.tar.gz")
12 backup=(etc/nmh/MailAliases etc/nmh/components etc/nmh/digestcomps
13 etc/nmh/distcomps etc/nmh/forwcomps etc/nmh/mhl.body etc/nmh/mhl.digest
14 etc/nmh/mhl.format etc/nmh/mhl.forward etc/nmh/mhl.headers
15 etc/nmh/mhl.reply etc/nmh/mhn.defaults etc/nmh/mts.conf
16 etc/nmh/rcvdistcomps etc/nmh/rcvdistcomps.outbox etc/nmh/replcomps
17 etc/nmh/replgroupcomps etc/nmh/scan.MMDDYY etc/nmh/scan.YYYYMMDD
18 etc/nmh/scan.default etc/nmh/scan.mailx etc/nmh/scan.nomime
19 etc/nmh/scan.size etc/nmh/scan.time etc/nmh/scan.timely
22 options=('!makeflags')
25 cd "$startdir/src/$pkgname-$pkgver"
27 ./configure --prefix=/usr --sysconfdir=/etc/nmh --libdir="/usr/lib/nmh"
29 make DESTDIR="$pkgdir/" install
31 install -d -m755 "$pkgdir/usr/share/licenses/nmh"
32 install -m644 COPYRIGHT "$pkgdir/usr/share/licenses/nmh/"
34 md5sums=('ef55286a821c53dc52b8974977c011ca')