mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
De-lint recipes.
* rdesktop Removed "." from SUMMARY. Re-ordered blocks. * rebar Removed "." from SUMMARY. Added REQUIRES and BUILD_REQUIRES. Re-ordered blocks. * redoflacs Removed "." from SUMMARY. Re-ordered blocks. * rename Removed "." from SUMMARY. Re-ordered blocks. * rtmpdump Improved SUMMARY. Re-ordered blocks. * rxtx Improved SUMMARY. Fixed COPRIGHT. Re-ordered blocks. * scheherazade_font Removed "." from SUMMARY. Re-ordered blocks. * scrittore Improved SUMMARY. Added REQUIRES and BUILD_REQUIRES. Re-ordered blocks. * sdl_bomber Removed "." from SUMMARY. Re-ordered blocks. * shredder Removed "." from SUMMARY. Added BUILD_REQUIRES. Re-ordered blocks. * simh Re-ordered blocks. Lint warns of unused patch. I does build without. Remove the patch? * snappy Removed "." from SUMMARY. Re-ordered blocks. * spidermonkey Removed "." from SUMMARY. Re-ordered blocks.
This commit is contained in:
@@ -1,41 +1,38 @@
|
||||
SUMMARY="An open source client for Windows Remote Desktop Services."
|
||||
DESCRIPTION="
|
||||
rdesktop is an open source client for Windows Remote Desktop Services, capable \
|
||||
of natively speaking Remote Desktop Protocol (RDP) in order to present the \
|
||||
user's Windows desktop. rdesktop is known to work with Windows versions such \
|
||||
as NT 4 Terminal Server, 2000, XP, 2003, 2003 R2, Vista, 2008, 7, and 2008 R2.
|
||||
"
|
||||
HOMEPAGE="http://rdesktop.org"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/rdesktop/rdesktop-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1f12562c0dc1c599d1c3d2ac4829d229763744fe7aef879c8eaaa5abae8edcb3"
|
||||
SUMMARY="An open source client for Windows Remote Desktop Services"
|
||||
DESCRIPTION="rdesktop is an open source client for Windows Remote Desktop \
|
||||
Services, capable of natively speaking Remote Desktop Protocol (RDP) in order \
|
||||
to present the user's Windows desktop. rdesktop is known to work with Windows \
|
||||
versions such as NT 4 Terminal Server, 2000, XP, 2003, 2003 R2, Vista, 2008,\
|
||||
7, and 2008 R2."
|
||||
HOMEPAGE="http://rdesktop.org"
|
||||
COPYRIGHT="1999-2013 Matthew Chapman"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/rdesktop/rdesktop-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1f12562c0dc1c599d1c3d2ac4829d229763744fe7aef879c8eaaa5abae8edcb3"
|
||||
PATCHES="rdesktop-1.8.0.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
rdesktop = $portVersion
|
||||
cmd:rdesktop = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libssl
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libcrypto
|
||||
lib:libssl
|
||||
"
|
||||
|
||||
PATCHES="rdesktop-1.8.0.patchset"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libssl
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user