sdl2_net, remove non provided lib:libsdl2_net, disable static library (#8993)

This commit is contained in:
Schrijvers Luc
2023-07-06 17:44:54 +02:00
committed by GitHub
parent 8239477b54
commit 0a64261316

View File

@@ -7,7 +7,7 @@ simplyfies the handling of network connections and data transfer."
HOMEPAGE="http://www.libsdl.org/projects/SDL_net/"
COPYRIGHT="1997-2012 Sam Lantinga"
LICENSE="Zlib"
REVISION="3"
REVISION="4"
SOURCE_URI="https://www.libsdl.org/projects/SDL_net/release/SDL2_net-$portVersion.tar.gz"
CHECKSUM_SHA256="15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21"
SOURCE_DIR="SDL2_net-$portVersion"
@@ -17,7 +17,6 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
sdl2_net$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libSDL2_net$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libSDL2_net_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
"
REQUIRES="
@@ -57,7 +56,7 @@ BUILD()
aclocal --force --install -I acinclude
autoconf
automake --add-missing
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}
@@ -68,7 +67,7 @@ INSTALL()
prepareInstalledDevelLibs libSDL2_net libSDL2_net-2.0
fixPkgconfig
rm $developLibDir/*.{a,la}
rm $developLibDir/*.la
packageEntries devel \
$developDir