#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=email pkgver=3.1.2 zenver=54 pkgrel=1 arch=i486 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 sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname dotnew=(etc/email/email.conf etc/email/email.sig) options=('norequiredbuilder' 'keepdepfile' '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 --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg # Docs are placed in the wrong dir, so we delete them # buildpkg will put them all in the right place anyway rm -rf $startdir/pkg/usr/doc }