mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
media-sound/skympc: change ADDITIONAL_FILES style. (#3180)
Also hide x86 secondary arch on x86_64 because the recipe does not provide any library.
This commit is contained in:
@@ -13,11 +13,15 @@ SOURCE_URI="https://github.com/soramimi/SkyMPC/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="eb52ed5e834ff9f17c7d432143279c851bbf221ce97120df877678918dde743f"
|
||||
SOURCE_FILENAME="$portVersionedName.tar.gz"
|
||||
SOURCE_DIR="SkyMPC-$srcGitRev"
|
||||
ADDITIONAL_FILES="skympc.rdef.in
|
||||
Haiku_Style_Icons.zip"
|
||||
ADDITIONAL_FILES="
|
||||
Haiku_Style_Icons.zip
|
||||
skympc.rdef.in
|
||||
"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
fi
|
||||
|
||||
PROVIDES="
|
||||
skympc$secondaryArchSuffix = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user