ncurses package builds ncurses and ncursesw (#3953)
* ncurses package will build ncurses and ncursesw * Added libs property to ncurses, added fix for hstr * flake8 is a harsh mistress * make libs() more robust * atop depends on ncurses * fish depends on ncurses * libtermkey and nano depend on ncurses * Adjust url spacing
This commit is contained in:
@@ -36,6 +36,9 @@ class Libtermkey(Package):
|
||||
version('0.15b', '27689756e6c86c56ae454f2ac259bc3d')
|
||||
version('0.14', 'e08ce30f440f9715c459060e0e048978')
|
||||
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('ncurses')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
make()
|
||||
make("install", "PREFIX=" + prefix)
|
||||
|
Reference in New Issue
Block a user