mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
sdl_sopwith, fix 32bit, rename inline to match recipe name (#9935)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user