28 lines
920 B
Text
28 lines
920 B
Text
# Template file for 'dash'
|
|
pkgname=dash
|
|
version=0.5.6.1
|
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--prefix="
|
|
configure_env="LANG=C"
|
|
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=666b52375e69a213ee6270bae3bbe8000b66d9b442b1d8d06fc3317c22125d4e
|
|
long_desc="
|
|
Debian Almquist shell (dash) is a POSIX-compliant Unix shell, much smaller
|
|
than bash. It requires less disk space but is also less feature rich.
|
|
|
|
Dash is a direct descendant of the NetBSD version of the Almquist Shell
|
|
(ash). It was ported to Linux by Herbert Xu in early 1997. It was renamed to
|
|
dash in 2002."
|
|
|
|
register_shell="/bin/sh"
|
|
Add_dependency run glibc
|
|
Add_dependency run coreutils
|
|
Add_dependency build bison
|
|
Add_dependency build coreutils
|
|
|
|
post_install()
|
|
{
|
|
cd ${DESTDIR}/bin && ln -s dash sh
|
|
}
|