# Description: Clone of the AT&T Korn shell # URL: http://web.cs.mun.ca/~michael/pdksh/ # Maintainer: Mark Rosenstand, mark at borkware dot net name=pdksh version=5.2.14 release=1 source=(ftp://ftp.cs.mun.ca/pub/pdksh/pdksh-$version.tar.gz pdksh-$version-fixes-1.patch pdksh-$version-fixes-2.patch) build() { patch -p0 -i pdksh-$version-fixes-1.patch patch -p0 -i pdksh-$version-fixes-2.patch cd pdksh-$version ./configure --prefix=/usr make make prefix=$PKG/usr install }