mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user