1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: Dennis Craven <dcraven @ gmail . com>
7 pkgdesc="A simple command line client for SMTP"
9 url="http://www.cleancode.org/projects/email/"
12 backup=(etc/email/{email.{address.template,conf,help,sig},mime.types})
13 source=(http://www.cleancode.org/downloads/email/email-$pkgver.tar.bz2)
14 md5sums=('a6f55ad946b4492b9ad05af0d5e4f1fe')
17 cd "$srcdir/email-$pkgver"
18 ./configure --prefix=/usr --sysconfdir=/etc
23 cd "$srcdir/email-$pkgver"
24 make DESTDIR="$pkgdir" install
25 # install -Dm755 src/email "$pkgdir/usr/bin/email"
26 # install -Dm644 email.1 "$pkgdir/usr/share/man/man1/email.1"
27 # install -Dm644 mime.types "$pkgdir/etc/email/mime.types"
28 # install -cm644 email.{address.template,conf,help,sig} "$pkgdir/etc/email"