2008-10-29 19:19:35 +00:00
|
|
|
# Template file for 'dash'
|
|
|
|
pkgname=dash
|
2009-03-03 21:33:44 +00:00
|
|
|
version=0.5.4
|
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-14 05:11:52 +00:00
|
|
|
configure_args="--prefix= --mandir=/usr/share/man"
|
2009-03-03 16:37:04 +00:00
|
|
|
configure_env="LANG=C"
|
2009-03-14 05:11:52 +00:00
|
|
|
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
|
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 21:33:44 +00:00
|
|
|
checksum=a9dc8f0237f632dd2c1bfeff80b1052e75fafaef0d767e3beab0bd8becced623
|
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_chroot=yes
|
2009-02-24 06:13:11 +00:00
|
|
|
Add_dependency run glibc
|
2008-10-29 19:19:35 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
2009-03-14 05:11:52 +00:00
|
|
|
cd ${DESTDIR}/bin && ln -s dash sh
|
2008-10-29 19:19:35 +00:00
|
|
|
}
|