2008-10-29 19:19:35 +00:00
|
|
|
# Template file for 'dash'
|
|
|
|
pkgname=dash
|
2009-03-03 16:37:04 +00:00
|
|
|
version=0.5.5.1
|
2008-10-29 19:19:35 +00:00
|
|
|
distfiles="
|
|
|
|
http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
|
|
|
build_style=gnu_configure
|
2009-03-03 16:37:04 +00:00
|
|
|
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
|
|
|
|
--enable-fnmatch --enable-glob"
|
|
|
|
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>"
|
2009-03-03 16:37:04 +00:00
|
|
|
checksum=1c6717a1014c73aa16bc78a4767f1e00b40ff2a01a6c2cf2cce9a5335c24493f
|
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."
|
|
|
|
|
|
|
|
base_package=yes
|
|
|
|
base_chroot=yes
|
2009-02-22 04:57:13 +00:00
|
|
|
|
2009-02-24 06:13:11 +00:00
|
|
|
Add_dependency run glibc
|
2008-10-29 19:19:35 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
cd $XBPS_DESTDIR/$pkgname-$version/bin && ln -s dash sh
|
|
|
|
}
|