wok rev 8395

Add new url to elfutils since the older one is not working anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 05 00:19:11 2011 +0000 (2011-02-05)
parents 343b99a69999
children 2d6d7969ffcd
files elfutils/receipt
line diff
     1.1 --- a/elfutils/receipt	Sat Feb 05 00:18:16 2011 +0000
     1.2 +++ b/elfutils/receipt	Sat Feb 05 00:19:11 2011 +0000
     1.3 @@ -11,7 +11,8 @@
     1.4  WEB_SITE="https://fedorahosted.org/elfutils/"
     1.5  # Note : use http mirror because https can't be access at elfutils compilation time
     1.6  # when cooking from scratch.
     1.7 -WGET_URL="http://cvs.fedoraproject.org/repo/pkgs/elfutils/$TARBALL/3dcfb28fa339090a1d29a9e148cce469/$TARBALL"
     1.8 +#WGET_URL="http://cvs.fedoraproject.org/repo/pkgs/elfutils/$TARBALL/3dcfb28fa339090a1d29a9e148cce469/$TARBALL"
     1.9 +WGET_URL="http://gentoo.webm.ru/distfiles/elfutils-0.150.tar.bz2"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()