#!/bin/bash # zsh # # Douglas Thrift # # $Id$ name=zsh version=4.3.2 revision=0 categories=(shells) description='Z shell' url='http://www.zsh.org/' depends=('base/ncurses') sources=(`site_zsh $name-$version{,-doc}.tar.bz2` Completion-X-Command-_acroread.patch) function build() { gnu_patch Completion-X-Command-_acroread.patch || return $? gnu_configure --prefix=/usr --bindir=/bin --infodir=/usr/share/info --mandir=/usr/share/man --enable-etcdir=/etc --enable-fndir=/usr/share/zsh/$version/functions --enable-function-subdirs --enable-site-fndir=/usr/share/zsh/site-functions --enable-zsh-mem --enable-zsh-secure-free --enable-multibyte || return $? gmake install.info DESTDIR=$package }