mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
SimGear: fix PROVIDES_devel contents (missing _devel suffix)
This commit is contained in:
@@ -5,7 +5,7 @@ applications."
|
|||||||
HOMEPAGE="https://home.flightgear.org/"
|
HOMEPAGE="https://home.flightgear.org/"
|
||||||
COPYRIGHT="2002-2018 Curtis Olsen and others"
|
COPYRIGHT="2002-2018 Curtis Olsen and others"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://downloads.sourceforge.net/flightgear/simgear-$portVersion.tar.bz2"
|
SOURCE_URI="https://downloads.sourceforge.net/flightgear/simgear-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="f61576bc36aae36f350154749df1cee396763604c06b8a71c4b50452d9151ce5"
|
CHECKSUM_SHA256="f61576bc36aae36f350154749df1cee396763604c06b8a71c4b50452d9151ce5"
|
||||||
PATCHES="simgear-$portVersion.patchset"
|
PATCHES="simgear-$portVersion.patchset"
|
||||||
@@ -31,7 +31,7 @@ REQUIRES="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
simgear$secondaryArchSuffix = $portVersion
|
simgear${secondaryArchSuffix}_devel = $portVersion
|
||||||
devel:libSimGearCored$secondaryArchSuffix = $libVersion
|
devel:libSimGearCored$secondaryArchSuffix = $libVersion
|
||||||
devel:libSimGearScened$secondaryArchSuffix = $libVersion
|
devel:libSimGearScened$secondaryArchSuffix = $libVersion
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user