#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=email pkgver=3.1.3 pkgrel=2gv source=(http://www.cleancode.org/downloads/email/email-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "rfc821" "indent" "thanks") url=http://www.cleancode.org/projects/email dotnew=(etc/email/email.conf etc/email/email.sig) options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "email (A command line SMTP client that's simple)" "Email sends email to remote SMTP servers via the command line, which" "makes it useful in cron jobs. It will send to any RFC standard remote" "ESMTP server, is TLS/SSL enabled, and will allow you to encrypt, sign," "and design your message on the fly. It has the capability to use" "signature files with dynamic options, address book functionality, and" "users can also attach pictures, binary files, documents, or whatever" "they want. It is completely compatible with GNUPG for encryption and" "signing, and is easy to configure and use." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --mandir=/usr/man --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg # Docs are placed in the wrong dir, so we delete them # slkbuild will put them all in the right place anyway rm -rf $startdir/pkg/usr/share/doc rmdir $startdir/pkg/usr/share }