#Packager: George Vlahavas pkgname=fish pkgver=1.23.1 pkgrel=1gv source=(http://fishshell.org/files/$pkgver/fish-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://fishshell.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "fish (a user friendly command line shell)" "fish is a shell geared towards interactive use. Its features are" "focused on user friendliness and discoverability. The language syntax" "is simple but incompatible with other shell languages." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }