mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
sdl(2)_net, remove libtool file and static libraries (#7576)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user