# Description: Console e-mail client(next generation Pine). # URL: http://www.washington.edu/alpine/ # Maintainer: Kevin Monceaux, Kevin at RawFedDogs dot net # Packager: Kevin Monceaux, Kevin at RawFedDogs dot net # Depends on: ncurses, openssl, aspell name=alpine version=1.00 release=2 source=(ftp://ftp.cac.washington.edu/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }