mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
jamfile_engine: switch to GitHub "haiku" mirror, fix typo, cleanup
The HaikuArchives mirror is now not needed any more.
This commit is contained in:
@@ -2,13 +2,13 @@ SUMMARY="A build system for Haiku applications based on Jam"
|
||||
DESCRIPTION="Build Haiku applications, add-ons, drivers and screensavers easily usin Jam.
|
||||
|
||||
Jam is a replacement for Make with a focus on generic and reusable rules."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/jamfile-engine"
|
||||
HOMEPAGE="https://github.com/haiku/jamfile-engine"
|
||||
COPYRIGHT="2002-2010 Ryan Leavengood
|
||||
2011 Peter Poláčik
|
||||
2013 Siarzhuk Zharski
|
||||
2021-2022 Adrien Destugues"
|
||||
LICENSE="MIT"
|
||||
SOUREC_URI="https://github.com/HaikuArchives/jamfile-engine/archive/refs/tags/v${portVersion}.tar.gz"
|
||||
SOURCE_URI="https://github.com/haiku/jamfile-engine/archive/refs/tags/v${portVersion}.tar.gz"
|
||||
SOURCE_DIR="jamfile-engine-${portVersion}"
|
||||
CHECKSUM_SHA256="39ede2d9bf6f3f3859fae8896ee1bc2838a16dcc7a53fcd63d01e6b7f1d6ab9c"
|
||||
REVISION="2"
|
||||
@@ -19,7 +19,7 @@ PROVIDES="
|
||||
jamfile_engine = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user