diff --git a/srcpkgs/es/template b/srcpkgs/es/template index a1f76bb71cc..f591d6f5be1 100644 --- a/srcpkgs/es/template +++ b/srcpkgs/es/template @@ -1,20 +1,20 @@ # Template file for 'es' pkgname=es version=0.9beta1 -revision=5 +revision=6 wrksrc="${pkgname}-${version/beta/-beta}" build_style=gnu-configure configure_args="--with-readline" hostmakedepends="bison" makedepends="readline-devel" -register_shell="/bin/es" short_desc="Functional shell with rc-inspired syntax" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="Public Domain" homepage="http://hawkwind.cs.toronto.edu:8001/mlists/es.html" distfiles="ftp://ftp.sys.utoronto.ca/pub/${pkgname}/${pkgname}-${version/beta/-beta}.tar.gz" checksum=4085cd7a958fe8753abc026ed1450bd8fac4c70b753a650c5c3618bbe80d082b nocross=yes +register_shell="/bin/es" post_extract() { sed -i '/_STDLIB_H/d' parse.y