fix atk url_for_version
This commit is contained in:
parent
74dd7a36b5
commit
54ef9443d3
@ -42,7 +42,7 @@ class Atk(Package):
|
|||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
"""Handle atk's version-based custom URLs."""
|
"""Handle atk's version-based custom URLs."""
|
||||||
url = 'http://ftp.gnome.org/pub/gnome/sources/atk'
|
url = 'http://ftp.gnome.org/pub/gnome/sources/atk'
|
||||||
return 'url+/%s/atk-%s.tar.xz' % (version.up_to(2), version)
|
return url + '/%s/atk-%s.tar.xz' % (version.up_to(2), version)
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix)
|
configure("--prefix=%s" % prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user