sdl(2)_net, remove libtool file and static libraries (#7576)

This commit is contained in:
Schrijvers Luc
2022-12-17 18:31:56 +01:00
committed by GitHub
parent e7e76a16d2
commit adbc8d10a0
2 changed files with 5 additions and 3 deletions

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="2"
REVISION="3"
SOURCE_URI="https://www.libsdl.org/projects/SDL_net/release/SDL2_net-$portVersion.tar.gz"
CHECKSUM_SHA256="15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21"
SOURCE_DIR="SDL2_net-$portVersion"
@@ -68,6 +68,8 @@ INSTALL()
prepareInstalledDevelLibs libSDL2_net libSDL2_net-2.0
fixPkgconfig
rm $developLibDir/*.{a,la}
packageEntries devel \
$developDir
}

View File

@@ -7,7 +7,7 @@ framework library."
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
COPYRIGHT="1997-2012 Sam Lantinga"
LICENSE="Zlib"
REVISION="7"
REVISION="8"
SOURCE_URI="http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz"
CHECKSUM_SHA256="5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4"
SOURCE_DIR="SDL_net-$portVersion"
@@ -69,7 +69,7 @@ INSTALL()
prepareInstalledDevelLib libSDL_net-1.2
fixPkgconfig
rm $developLibDir/*.la
rm $developLibDir/*.{a,la}
packageEntries devel $developDir
}