synergy: 1.4.14 -> 1.5.0

This commit is contained in:
Thomas Penteker 2014-09-18 12:39:30 +02:00
parent d71b5634ee
commit ecedf3dea2
3 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/synergy
-rwxr-xr-x root/root usr/bin/synergyc
-rwxr-xr-x root/root usr/bin/synergyd
-rwxr-xr-x root/root usr/bin/synergys
-rwxr-xr-x root/root usr/bin/syntool
-rwxr-xr-x root/root usr/bin/usynergy
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rwxr-xr-x root/root usr/man/man1/synergyc.man.gz

View File

@ -1 +1 @@
ccd16a33c2ab70f72aa095c4aef48cad synergy-1.4.14-Source.tar.gz
1e1eb2bd1502f3c39d291738bacaebd5 synergy-1.5.0-r2278-Source.tar.gz

View File

@ -4,22 +4,20 @@
# Depends on: xorg-libxrender xorg-libxdmcp xorg-libxcb
name=synergy
version=1.4.14
version=1.5.0
release=1
source=(http://synergy.googlecode.com/files/synergy-$version-Source.tar.gz)
source=(http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/synergy-$version-r2278-Source.tar.gz)
build() {
cd $name-$version-Source
mkdir tools/cryptopp562
bsdtar -C tools/cryptopp562 -xf tools/cryptopp562.zip
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make synergyc synergys
./hm.sh conf -g1
./hm.sh build
install -D -m 755 doc/synergyc.man $PKG/usr/man/man1/synergyc.man
install -D -m 755 doc/synergys.man $PKG/usr/man/man1/synergys.man
install -d -m 755 $PKG/usr/bin
install -D -m 755 bin/* $PKG/usr/bin
rm $PKG/usr/bin/*tests
}