kumquat-buildroot/package/synergy/synergy.mk
Peter Korsgaard 61b57f10a6 synergy: get rid of superfluous configure args and use sourceforge mirror
These are all provided by Makefile.autotools.in

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27 22:03:39 +01:00

17 lines
474 B
Makefile

#############################################################
#
# synergy
#
#############################################################
SYNERGY_VERSION = 1.3.1
SYNERGY_SOURCE = synergy-$(SYNERGY_VERSION).tar.gz
SYNERGY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/synergy2/
SYNERGY_AUTORECONF = NO
SYNERGY_INSTALL_STAGING = NO
SYNERGY_INSTALL_TARGET = YES
SYNERGY_DEPENDENCIES = xserver_xorg-server
$(eval $(call AUTOTARGETS,package,synergy))