mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Some BeRDP and RDesktop recipes fixes.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
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"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/BeRDP.git#8d73363b567361a5f14bf36173bf68f01260013a"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -11,7 +11,6 @@ PROVIDES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
@@ -24,18 +23,18 @@ BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
bin:rdesktop
|
||||
"
|
||||
|
||||
|
||||
COPYRIGHT="2003-2004 Giovani Zamboni, Eduardo Luis Voltolini Tafner, Phil Greenway"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2004 Sikos"
|
||||
LICENSE="BSDv1"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd Source
|
||||
make
|
||||
cd ..
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
@@ -11,15 +11,11 @@ ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
rdesktop = $portVersion
|
||||
bin:rdesktop = $portVersion
|
||||
cmd:rdesktop = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
makefile_engine
|
||||
openssl
|
||||
openssl_devel
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
@@ -48,7 +44,6 @@ BUILD()
|
||||
makefile=makefile_gcc2
|
||||
fi
|
||||
make -f $makefile
|
||||
cd ..
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user