Skip to content
Snippets Groups Projects
Commit 11c3a9f6 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #143 from mathstuf/update-ncurses

ncurses: update package
parents 130d2d8d e8f5a85f
Branches
Tags
No related merge requests found
......@@ -11,6 +11,8 @@ class Ncurses(Package):
version('5.9', '8cb9c412e5f2d96bc6f459aa8c6282a1',
url='http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz')
version('6.0', 'ee13d052e1ead260d7c28071f46eefb1',
url='http://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.0.tar.gz')
def install(self, spec, prefix):
configure("--prefix=%s" % prefix,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment