2008-10-29 19:19:35 +00:00
|
|
|
# Template file for 'dash'
|
|
|
|
pkgname=dash
|
2010-06-08 09:57:19 +00:00
|
|
|
version=0.5.6.1
|
2009-04-25 01:45:27 +00:00
|
|
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
2008-10-29 19:19:35 +00:00
|
|
|
build_style=gnu_configure
|
2009-03-18 09:02:43 +00:00
|
|
|
configure_args="--prefix="
|
2009-03-03 16:37:04 +00:00
|
|
|
configure_env="LANG=C"
|
2008-10-29 19:19:35 +00:00
|
|
|
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-06-08 09:57:19 +00:00
|
|
|
checksum=666b52375e69a213ee6270bae3bbe8000b66d9b442b1d8d06fc3317c22125d4e
|
2008-10-29 19:19:35 +00:00
|
|
|
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."
|
|
|
|
|
2009-03-14 06:32:48 +00:00
|
|
|
register_shell="/bin/sh"
|
2010-05-18 12:39:44 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run coreutils
|
2009-11-05 16:49:36 +00:00
|
|
|
Add_dependency build bison
|
2010-05-18 12:39:44 +00:00
|
|
|
Add_dependency build coreutils
|
2009-12-19 04:00:12 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
cd ${DESTDIR}/bin && ln -s dash sh
|
|
|
|
}
|