wok-next annotate synergy/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d457c4e37c1b
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15581 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://symless.com/synergy"
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
al@21078 14 BUILD_DEPENDS="xorg-dev-proto libxt-dev 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@21078 29 DEPENDS="libx11 libxtst libsm libice libxinerama"
pascal@2178 30 }