# fetchmail, http://fetchmail.berlios.de name=fetchmail version=6.3.8 release=1 source=(http://download2.berlios.de/fetchmail/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-ssl \ --disable-nls make make DESTDIR=$PKG install }