mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY. Removed hard line breaks, broke up some very long paragraphs and use bullet lists where possible. All done by browsing through HaikuDepot. There may be (many) more left in the whole haikuports repo... Included 10 extended desriptions done by soyoye14 for GCI 2014 (https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632) Removed/insert whitespace where it seems to be the custom in recipes. Sometimes rearranged elements of a recipe (moving license and copyright up, for example).
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
SUMMARY="Simple Direct Media Layer Net Library"
|
||||
DESCRIPTION="
|
||||
This is a small simple cross-platform networking library for SDL.
|
||||
"
|
||||
SDL_net is a network library that works with the SDL. It has good network \
|
||||
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"
|
||||
SRC_URI="http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz"
|
||||
CHECKSUM_SHA256="5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4"
|
||||
@@ -16,17 +19,14 @@ PROVIDES="
|
||||
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
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
@@ -69,7 +69,6 @@ PROVIDES_devel="
|
||||
devel:libSDL_net$secondaryArchSuffix = 1.2_0.8.0 compat >= 0
|
||||
devel:libSDL_net_1.2$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
sdl_net$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user