Overhaul of compression libraries

This commit is contained in:
Adam J. Stewart
2016-07-29 16:49:46 -05:00
parent e6a122417a
commit 58d7704060
8 changed files with 110 additions and 9 deletions

View File

@@ -39,4 +39,5 @@ class Xz(Package):
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
make()
make("check")
make("install")