Adjust many more recipes to support mirror site.

* Mostly added SRC_FILENAME where the automatic filename didn't
  make any sense.
This commit is contained in:
Oliver Tappe
2014-04-20 23:12:35 +02:00
parent b05040b4b1
commit f31617b50f
32 changed files with 44 additions and 22 deletions

View File

@@ -6,8 +6,8 @@ allocate memory basically as you normally would, without explicitly \
deallocating memory that is no longer useful. The collector automatically \
recycles memory when it determines that it can no longer be otherwise accessed.
"
HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2d.tar.gz"
HOMEPAGE="http://www.hboehm.info/gc/"
SRC_URI="http://www.hboehm.info/gc/gc_source/gc-7.2d.tar.gz"
REVISION="2"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"