Adjust SRC_URLs to be able to populate mirror site.

* Add SRC_FILENAME where no sensible filename can be produced by
  the SRC_URI alone.
* Fix SRC_URI of ode-0.12
This commit is contained in:
Oliver Tappe
2014-04-20 19:56:51 +02:00
parent 3974bda16b
commit b05040b4b1
6 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ LICENSE="
MIT
"
SRC_URI="https://github.com/haiku/webkit/archive/1.2.3.tar.gz"
SRC_FILENAME="haikuwebkit-1.2.3.tar.gz"
CHECKSUM_MD5="07068bc8afa6038b6f34a6931d11f4ef"
REVISION="1"
ARCHITECTURES="x86 x86_64"

View File

@@ -13,6 +13,7 @@ LICENSE="
MIT
"
SRC_URI="https://github.com/haiku/webkit/archive/$portVersion.tar.gz"
SRC_FILENAME="haikuwebkit-$portVersion.tar.gz"
CHECKSUM_MD5="8bb12e5a95e1ad7647e646f96d082253"
REVISION="1"
ARCHITECTURES="x86 x86_64"

View File

@@ -13,6 +13,7 @@ LICENSE="
MIT
"
SRC_URI="https://github.com/haiku/webkit/archive/$portVersion.tar.gz"
SRC_FILENAME="haikuwebkit-$portVersion.tar.gz"
REVISION="2"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then