mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -5,7 +5,7 @@ functionality as users are able to code on multiple platforms including \
|
||||
Linux, Windows, and Haiku. SDL_net makes handling data transfer and network \
|
||||
connections easy. It features a sample chat client and server application; \
|
||||
the chat client uses the GUIlib GUI framework library."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz"
|
||||
CHECKSUM_SHA256="5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4"
|
||||
LICENSE="Zlib"
|
||||
@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
sdl_net$secondaryArchSuffix = $portVersion
|
||||
lib:libSDL_net$secondaryArchSuffix = 1.2_0.8.0 compat >= 1.2_0
|
||||
lib:libSDL_net_1.2$secondaryArchSuffix = 0.8.0 compat >= 1.2
|
||||
lib:libSDL_net_1.2$secondaryArchSuffix = 0.8.0 compat >= 1.2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -38,7 +38,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
PATCHES="sdl_net-1.2.8.patch"
|
||||
|
||||
SOURCE_DIR="SDL_net-$portVersion"
|
||||
|
||||
Reference in New Issue
Block a user