Added v5.2.2 for xz library
This commit is contained in:
parent
f76b3890ff
commit
cd2a23384f
@ -8,9 +8,13 @@ class Xz(Package):
|
|||||||
homepage = "http://tukaani.org/xz/"
|
homepage = "http://tukaani.org/xz/"
|
||||||
url = "http://tukaani.org/xz/xz-5.2.0.tar.bz2"
|
url = "http://tukaani.org/xz/xz-5.2.0.tar.bz2"
|
||||||
|
|
||||||
version('5.2.0', '867cc8611760240ebf3440bd6e170bb9')
|
version('5.2.0', '867cc8611760240ebf3440bd6e170bb9',
|
||||||
|
url = 'http://tukaani.org/xz/xz-5.2.0.tar.bz2')
|
||||||
|
version('5.2.2', 'f90c9a0c8b259aee2234c4e0d7fd70af',
|
||||||
|
url = 'http://tukaani.org/xz/xz-5.2.2.tar.bz2')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix)
|
configure("--prefix=%s" % prefix)
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user