Replacing failing git clone by valid url (#3505)

* Replacing failing git clone by valid url

* Moving to previous version package (0.163)

* Removing automake and autoconf dependencies and adding url_list to pick up newer versions

* Corrected typo

* Reorder versions and removed libtool
This commit is contained in:
Kim Serradell 2017-03-21 16:50:34 +01:00 committed by Adam J. Stewart
parent babeb32c6d
commit 3923bdca90

View File

@ -35,13 +35,12 @@ class Elfutils(AutotoolsPackage):
homepage = "https://fedorahosted.org/elfutils/"
depends_on('libtool', type='build')
depends_on('automake', type='build')
depends_on('autoconf', type='build')
url = "https://sourceware.org/elfutils/ftp/0.168/elfutils-0.168.tar.bz2"
list_url = "https://sourceware.org/elfutils/ftp"
list_depth = 2
version('0.163',
git='git://git.fedorahosted.org/git/elfutils.git',
tag='elfutils-0.163')
version('0.168','52adfa40758d0d39e5d5c57689bf38d6')
version('0.163','77ce87f259987d2e54e4d87b86cbee41')
provides('elf@1')