mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
De-Linting recipes.
* bdh-calc License is Zlib. Improved SUMMARY. Minor cosmetics. * daa2iso Removed "." from SUMMARY. Minor cosmetics. * dash Removed "." from SUMMARY. Moved some things into BUILD_PREREQUIRES. * ddrescue Shortened SUMMARY. Added cmd:lzip to BUILD_PREREQUIRES. Minor cosmetics. * diffutils Removed "." from SUMMARY. Moved haiku_devel into BUILD_REQUIRES. Minor cosmetics. * discount Shortened SUMMARY. Moved haiku_devel into BUILD_REQUIRES. Minor cosmetics. * doctranslator Shortened SUMMARY. Corrected checksum. Added SECONDARY_ARCHITECTURES. * dos2unix Removed "." from SUMMARY. Moved haiku_devel into BUILD_REQUIRES. Minor cosmetics. * dtc Improved DESCRIPTION Moved haiku_devel into BUILD_REQUIRES. Minor cosmetics. * dulwich Removed "." from SUMMARY. Moved haiku_devel into BUILD_REQUIRES. Minor cosmetics. * ed Improved SUMMARY. Took DESCRIPTION from http://www.gnu.org/software/ed/ Moved haiku_devel into BUILD_REQUIRES. Minor cosmetics. * edgar Removed "." from SUMMARY. Minor cosmetics. * eepp Shortened SUMMARY. Minor cosmetics. * enca Removed "." from SUMMARY. Minor cosmetics. * enet Removed "." from SUMMARY. Minor cosmetics. * exiv2 Removed "." and improved SUMMARY. Moved haiku_devel into BUILD_REQUIRES. Minor cosmetics.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
SUMMARY="ENet is simple and robust network communication layer."
|
||||
DESCRIPTION="
|
||||
ENet's purpose is to provide a relatively thin, simple and robust network \
|
||||
communication layer on top of UDP (User Datagram Protocol). The primary \
|
||||
feature it provides is optional reliable, in-order delivery of packets.
|
||||
SUMMARY="A simple and robust network communication layer"
|
||||
DESCRIPTION="ENet's purpose is to provide a relatively thin, simple and \
|
||||
robust network communication layer on top of UDP (User Datagram Protocol). \
|
||||
The primary feature it provides is optional reliable, in-order delivery of \
|
||||
packets.
|
||||
ENet omits certain higher level networking features such as authentication, \
|
||||
lobbying, server discovery, encryption, or other similar tasks that are \
|
||||
particularly application specific so that the library remains flexible, \
|
||||
portable, and easily embeddable.
|
||||
"
|
||||
portable, and easily embeddable."
|
||||
HOMEPAGE="http://enet.bespin.org"
|
||||
SOURCE_URI="http://enet.bespin.org/download/enet-1.3.0.tar.gz"
|
||||
CHECKSUM_SHA256="200c271b218979db3bce6d9e60659d3f35a52d698c4972f20eb91a52f0d8d62c"
|
||||
@@ -25,11 +24,9 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user