mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Added RDesktop and BeRDP, work by GCI2013 student Artur Jamro (Mrowqa)
This commit is contained in:
47
net-misc/berdp/berdp-1.recipe
Normal file
47
net-misc/berdp/berdp-1.recipe
Normal file
@@ -0,0 +1,47 @@
|
||||
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."
|
||||
SUMMARY="BeRDP is a project dedicated to bringing the RDP protocol to the BeOS."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeRDP/"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/BeRDP.git#3db6f86f8409984d1a9b18b3c877042a42ebe849"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
berdp = $portVersion
|
||||
app:BeRDP = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
bin:rdesktop
|
||||
"
|
||||
|
||||
|
||||
COPYRIGHT="2003-2004 Giovani Zamboni, Eduardo Luis Voltolini Tafner, Phil Greenway"
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd Source
|
||||
make
|
||||
cd ..
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/BeRDP
|
||||
objDir=Source/objects.$(echo $buildArchitecture|sed -r s/_/-/g)-release
|
||||
cp $objDir/BeRDP $appsDir/BeRDP
|
||||
addAppDeskbarSymlink $appsDir/BeRDP/BeRDP
|
||||
}
|
||||
Reference in New Issue
Block a user