2011-06-19 17:33:05 +02:00
|
|
|
# Template file for 'sed'
|
|
|
|
pkgname=synergy
|
2012-08-14 17:12:02 +02:00
|
|
|
version=1.4.10
|
2012-08-10 07:22:05 +02:00
|
|
|
revision=1
|
2011-06-19 19:34:59 +02:00
|
|
|
wrksrc=${pkgname}-${version}-Source
|
2012-08-10 07:22:05 +02:00
|
|
|
makedepends="cmake libSM-devel libICE-devel libXext-devel
|
2013-04-14 12:31:59 +02:00
|
|
|
libXtst-devel>=1.2.1_2 libXinerama-devel"
|
2011-06-19 17:33:05 +02:00
|
|
|
short_desc="Share a single mouse and keyboard between multiple computers"
|
2011-10-16 16:21:59 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-19 19:39:40 +02:00
|
|
|
homepage="http://synergy-foss.org/"
|
|
|
|
license="GPL-2"
|
2012-08-10 07:22:05 +02:00
|
|
|
distfiles="http://synergy.googlecode.com/files/$pkgname-$version-Source.tar.gz"
|
2012-08-14 17:12:02 +02:00
|
|
|
checksum=06d5a2ceb4cf8808cdab22441897c7b54ec8b4bc8351ac116f9accf54c720fbe
|
2011-06-19 19:34:59 +02:00
|
|
|
long_desc="
|
|
|
|
Synergy is Free and Open Source Software that lets you easily share your
|
|
|
|
mouse and keyboard between multiple computers, where each computer has its
|
|
|
|
own display. No special hardware is required, all you need is a local area
|
|
|
|
network. Synergy is supported on Windows, Mac OS X and Linux. Redirecting
|
|
|
|
the mouse and keyboard is as simple as moving the mouse off the edge of your
|
|
|
|
screen. Synergy is released under the GNU Public License (GPL)."
|
2011-06-19 17:33:05 +02:00
|
|
|
|
|
|
|
do_build() {
|
2011-10-24 15:08:19 +02:00
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
2011-06-19 19:34:59 +02:00
|
|
|
make ${makejobs}
|
2011-06-19 17:33:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
2012-08-10 07:22:05 +02:00
|
|
|
vinstall bin/synergyc 755 usr/bin
|
|
|
|
vinstall bin/synergys 755 usr/bin
|
|
|
|
vmkdir usr/share/examples/${pkgname}
|
|
|
|
install -m644 doc/synergy.conf.example* \
|
|
|
|
${DESTDIR}/usr/share/examples/${pkgname}
|
2011-06-19 17:33:05 +02:00
|
|
|
}
|
2013-04-14 12:31:59 +02:00
|
|
|
|
|
|
|
synergy_package() {
|
|
|
|
conf_files="/etc/synergy.conf"
|
|
|
|
pkg_install() {
|
|
|
|
vmove etc
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|