wok-next annotate synergy/receipt @ rev 21010

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents c4f226b02549
children d5aab818505e
rev   line source
al@20547 1 # SliTaz package receipt v2.
pascal@2178 2
pascal@2178 3 PACKAGE="synergy"
slaxemulator@8633 4 VERSION="1.3.6"
pascal@2178 5 CATEGORY="x-window"
al@20547 6 SHORT_DESC="Synergy keyboard and mouse sharing"
pascal@2178 7 MAINTAINER="rcx@zoominternet.net"
pascal@15581 8 LICENSE="GPL2"
al@20547 9 WEB_SITE="http://synergy-foss.org"
al@20547 10
slaxemulator@8633 11 TARBALL="$PACKAGE-$VERSION-Source.tar.gz"
slaxemulator@8633 12 WGET_URL="http://synergy.googlecode.com/files/$TARBALL"
pascal@15581 13
slaxemulator@8633 14 BUILD_DEPENDS="xorg-dev-proto xorg-libXt-dev xorg-libXtst-dev cmake"
pascal@2178 15
al@20547 16 compile_rules() {
al@20547 17 cmake \
al@20547 18 -D CMAKE_INSTALL_PREFIX=/usr \
al@20547 19 . &&
al@20547 20 make || return 1
al@20547 21
al@20547 22 install -Dm755 synergyc $install/usr/bin/synergyc
al@20547 23 install -Dm755 synergys $install/usr/bin/synergys
al@20547 24 install -Dm644 examples/synergy.conf $install/etc/synergy.conf
pascal@2178 25 }
pascal@2178 26
al@20547 27 genpkg_rules() {
al@20547 28 copy @std
al@20547 29 DEPENDS="xorg-libX11 xorg-libXtst xorg-libSM xorg-libICE xorg-libXinerama"
pascal@2178 30 }