void-packages/templates/dash/template
Juan RP 36c84fe45b dash: some fixes for /bin/sh symlink.
1) Always create /bin/sh symlink at post-installation.
2) If dash is going to be removed, make /bin/sh a symlink
   to /bin/bash, if it exists otherwise it will be dangled.

This fixes the update of the dash package.

Bump revision.

--HG--
extra : convert_revision : 38586de9f72d0b5f4c7498dbef3709d77f4f07db
2009-05-06 07:17:33 +02:00

23 lines
833 B
Text

# Template file for 'dash'
pkgname=dash
version=0.5.5.1
revision=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=1c6717a1014c73aa16bc78a4767f1e00b40ff2a01a6c2cf2cce9a5335c24493f
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."
base_chroot=yes
register_shell="/bin/sh"
Add_dependency run glibc
Add_dependency run coreutils