### this file is sourced not run
PKGVER=0.5.9.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=dash-0.5.9.1.tar.bz2
MD5SUM=1058a64d14ca2f573b7ca353e5bbda05
SRC_URL=http://distro.ibiblio.org/fatdog/source/710/$TARBALL
BUNDLE=

SLACKREQ= # musl-libc - build-time only
SLACKDESC="dash-static: dash-static $PKGVER (Debian Almquist shell)
dash-static: 
dash-static: dash is Debian version of ash (almquist shell). It's a lightweight, 
dash-static: fast, POSIX-compliant Bourne-compatibe shell.
dash-static: 
dash-static: This package contains statically-compiled version of dash.
dash-static: 
dash-static: https://git.kernel.org/pub/scm/utils/dash/dash.git/
dash-static: 
dash-static: 
dash-static:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/dash*
	./autogen.sh &&
	CC=musl-gcc ./configure --prefix=/usr --bindir=/bin &&
	make &&
	make install &&	
	pkg_build_slackdesc
}
 
