sdl_sopwith, fix 32bit, rename inline to match recipe name (#9935)

This commit is contained in:
Schrijvers Luc
2024-01-02 10:12:09 +00:00
committed by GitHub
parent ae16806b25
commit 2742a3061f

View File

@@ -11,7 +11,7 @@ Features:
HOMEPAGE="https://fragglet.github.io/sdl-sopwith"
COPYRIGHT="2001-2023 Simon Howard and contributors"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/fragglet/sdl-sopwith/archive/sdl-sopwith-$portVersion.tar.gz"
CHECKSUM_SHA256="de322507d03259b7afb5818400894d1fa18850abad10c46d4736b2dfd07231d8"
SOURCE_DIR="sdl-sopwith-sdl-sopwith-$portVersion"
@@ -20,7 +20,7 @@ ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
sopwith$secondaryArchSuffix = $portVersion
sdl_sopwith$secondaryArchSuffix = $portVersion
app:sopwith = $portVersion
"
REQUIRES="
@@ -55,8 +55,8 @@ INSTALL()
make install
mkdir -p $appsDir $docDir
mv $binDir/sopwith $appsDir/Sopwith
rm -rf $binDir
mv $prefix/bin/sopwith $appsDir/Sopwith
rm -rf $prefix/bin
mv $prefix/share/doc/* $docDir
rm -rf $prefix/share