From 054d5b9d0d654f3b6740966e196dc004022d93f5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 3 Mar 2009 17:37:04 +0100 Subject: [PATCH] dash: update to 0.5.5.1 and force LANG=C to make this build. --HG-- extra : convert_revision : 9727e3b3675a513cf980d3f6b392b380a437f7f3 --- templates/dash/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/dash/template b/templates/dash/template index b2fbbd1197..faf9528d19 100644 --- a/templates/dash/template +++ b/templates/dash/template @@ -1,13 +1,15 @@ # Template file for 'dash' pkgname=dash -version=0.5.4 +version=0.5.5.1 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" +configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin + --enable-fnmatch --enable-glob" +configure_env="LANG=C" short_desc="POSIX-compliant Unix shell, much smaller than GNU bash" maintainer="Juan RP " -checksum=a9dc8f0237f632dd2c1bfeff80b1052e75fafaef0d767e3beab0bd8becced623 +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.