Files
haikuports/net-misc/berdp/berdp-1.recipe
2018-05-19 11:33:38 +03:00

49 lines
1.0 KiB
Bash
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
SUMMARY="A native GUI for RDesktop"
DESCRIPTION="BeRDP is a project dedicated to bringing the RDP protocol to \
the BeOS platform utilizing the rdesktop project. RDP is a protocol designed \
by Microsoft to remotely administer / run a session on Windows 2000/2003 \
Servers / Windows XP Professional workstations."
HOMEPAGE="https://github.com/HaikuArchives/BeRDP/"
COMMIT="f5dc795ec3816febc1b3c524dcf3884107547a59"
SOURCE_URI="https://github.com/HaikuArchives/BeRDP/archive/$COMMIT.tar.gz"
SOURCE_DIR="BeRDP-$COMMIT"
CHECKSUM_SHA256="893e8b3f89c636285d59f63acf7c7586479e7bf6f38064dc48bfb761e808b548"
COPYRIGHT="2003-2004 Sikos"
LICENSE="BSD (4-clause)"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
berdp = $portVersion
app:BeRDP = $portVersion
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"
BUILD_REQUIRES="
haiku_devel
"
REQUIRES="
haiku
cmd:rdesktop
"
BUILD()
{
make $jobArgs OBJ_DIR=objects -C Source
}
INSTALL()
{
mkdir -p $appsDir
cp Source/objects/BeRDP $appsDir
addAppDeskbarSymlink $appsDir/BeRDP
}