1 # Contributor: Evan Gates <evan.gates@gmail.com>
2 # phloyd <phloyd@iki.fi>
7 pkgdesc="GNU shtool is a compilation of small but very stable and portable shell scripts into a single shell tool."
8 url="http://www.gnu.org/software/shtool/"
12 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('c5f7c6836882d48bc79049846a5f9c5b')
16 cd $startdir/src/$pkgname-$pkgver
17 ./configure --prefix=/usr || return 1
19 make prefix=$startdir/pkg/usr install || return 1