dash: downgrade to 0.5.4, it seems newer version has problems.

--HG--
extra : convert_revision : e0497052bfd0ab24e432532e81019809b1a690c5
This commit is contained in:
Juan RP 2009-03-03 22:33:44 +01:00
parent 5c8d0c01b3
commit a592a38eda

View file

@ -1,15 +1,14 @@
# Template file for 'dash'
pkgname=dash
version=0.5.5.1
version=0.5.4
distfiles="
http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
--enable-fnmatch --enable-glob"
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin"
configure_env="LANG=C"
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1c6717a1014c73aa16bc78a4767f1e00b40ff2a01a6c2cf2cce9a5335c24493f
checksum=a9dc8f0237f632dd2c1bfeff80b1052e75fafaef0d767e3beab0bd8becced623
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.