1 # Maintainer: Andrej Gelenberg <andrej.gelenberg@udo.edu>
6 pkgdesc="A POSIX compliant shell that aims to be as small as possible"
8 url="http://gondor.apana.org.au/~herbert/dash/"
16 _gitroot="http://git.kernel.org/pub/scm/utils/dash/dash.git"
28 git clone "$_gitroot" "$_gitname"
33 ./configure --prefix=/usr --mandir=/usr/share/man --exec-prefix=
38 cd "$srcdir/$_gitname"
39 make DESTDIR="$pkgdir" install
42 install -m644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"