Early work on Synergy.

* Make Haiku a recognized platform.
* Build fails early for an unknown reason (compiler prints some warnings
and stops)
* Not sure wether this can be built with gcc4 (secondary compiler), as
it would need to work as an input_server add-on...
* Synergy homepage does advertise gcc2.95.3 as the minimal required
version, but that may be out of date.
This commit is contained in:
Adrien Destugues
2014-08-05 20:16:36 +02:00
parent aabfe9e4ce
commit 325c575406
2 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
SUMMARY="Mouse and Keyboard sharing software"
DESCRIPTION="Most people think of their computers as single, isolated units. \
Our mission is to change that so people think of all their computers as \
a single seamless system.
Synergy brings your computers together in one cohesive experience; its free \
and open source cross-platform software for sharing one mouse and keyboard \
between multiple computers on your desk. It works on Windows, Mac OS X and \
Linux allowing you to seamlessly move your mouse cursor between computers.
"
HOMEPAGE="http://www.synergy-project.org"
REVISION="1"
LICENSE="GNU GPL v2"
ARCHITECTURES="!x86_gcc2"
COPYRIGHT="2002 Chris Schoeneman
2012 Bolton Software Ltd."
SRC_URI="$HOMEPAGE/files/packages/synergy-1.5.0-r2278-Source.tar.gz"
CHECKSUM_SHA256="66bf6016a2e71b2b2b26fc445d28324d1d286b6fca7ae3e9d19fd300769af024"
SOURCE_DIR="synergy-${portVersion}-Source"
PROVIDES="
synergy = $portVersion
"
BUILD_REQUIRES="
devel:libcurl
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:cmake
cmd:gcc
cmd:make
cmd:python
cmd:sh
"
BUILD()
{
./hm.sh conf -g1 --skip-gui
./hm.sh build
}
INSTALL()
{
false
}