Add a new package for dash (#4050)

This commit is contained in:
Adam J. Stewart
2017-04-29 14:24:50 -05:00
committed by Todd Gamblin
parent 90a57cdf8f
commit a32a0eacba
3 changed files with 48 additions and 9 deletions

View File

@@ -39,6 +39,3 @@ class Libedit(AutotoolsPackage):
def url_for_version(self, version):
url = "http://thrysoee.dk/editline/libedit-{0}-{1}.tar.gz"
return url.format(version[-1], version.up_to(-1))
def configure_args(self):
return ['LIBS=-lncursesw']