2008-10-29 20:19:35 +01:00
|
|
|
# Template file for 'dash'
|
|
|
|
pkgname=dash
|
2009-05-02 02:16:53 +02:00
|
|
|
version=0.5.5.1
|
2009-08-05 22:58:56 +02:00
|
|
|
revision=3
|
2009-04-25 03:45:27 +02:00
|
|
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
2008-10-29 20:19:35 +01:00
|
|
|
build_style=gnu_configure
|
2009-03-18 10:02:43 +01:00
|
|
|
configure_args="--prefix="
|
2009-03-03 17:37:04 +01:00
|
|
|
configure_env="LANG=C"
|
2008-10-29 20:19:35 +01:00
|
|
|
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-05-02 02:16:53 +02:00
|
|
|
checksum=1c6717a1014c73aa16bc78a4767f1e00b40ff2a01a6c2cf2cce9a5335c24493f
|
2008-10-29 20:19:35 +01: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-06-07 08:10:03 +02:00
|
|
|
essential=yes
|
2008-10-29 20:19:35 +01:00
|
|
|
base_chroot=yes
|
2009-03-14 07:32:48 +01:00
|
|
|
register_shell="/bin/sh"
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|
2009-04-25 03:45:27 +02:00
|
|
|
Add_dependency run coreutils
|