es: cleanup.
This commit is contained in:
parent
2da3f7a4b6
commit
b7a45c5f54
|
@ -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 <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue