8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
491 B
Makefile
14 lines
491 B
Makefile
################################################################################
|
|
#
|
|
# rdesktop
|
|
#
|
|
################################################################################
|
|
|
|
RDESKTOP_VERSION = 1.5.0
|
|
RDESKTOP_SOURCE = rdesktop-$(RDESKTOP_VERSION).tar.gz
|
|
RDESKTOP_SITE = http://downloads.sourceforge.net/project/rdesktop/rdesktop/$(RDESKTOP_VERSION)
|
|
RDESKTOP_DEPENDENCIES = openssl xlib_libX11 xlib_libXt
|
|
RDESKTOP_CONF_OPT = --with-openssl=$(STAGING_DIR)/usr
|
|
|
|
$(eval $(autotools-package))
|