#Maintainer: Tomoki Tsuchiya pkgname=synergy pkgver=1.3.6 pkgrel=1tt arch=i486 source=("http://synergy.googlecode.com/files/synergy-1.3.6-Source.tar.gz") sourcetemplate=http://people.salixos.org/tsuren/packages/13.37$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news") url='http://synergy-foss.org/' slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (lets you share a mouse and keyboard between computers)" "Synergy lets you easily share a single mouse and keyboard between" "multiple computers with different operating systems, each with its own" "display, without special hardware." "Redirecting the mouse and keyboard is as simple as moving" "the mouse off the edge of your screen. Synergy also merges the" "clipboards of all the systems into one, allowing cut-and-paste between" "systems. Furthermore, it synchronizes screen savers so they all start" "and stop together and, if screen locking is enabled, only one screen" "requires a password to unlock them all." ) build() { cd $startdir/src/$pkgname-$pkgver-Source cmake -D CMAKE_INSTALL_PREFIX=/usr . make # install binary install -d "$startdir/pkg/usr/bin/" install -Dm755 synergyc $startdir/pkg/usr/bin/ install -Dm755 synergys $startdir/pkg/usr/bin/ }