# # package.def file for building a package in the the LTSP build environment # # Copyright (c) 2003 by James A. McQuillan (McQuillan Systems, LLC) # # This software is licensed under the Gnu General Public License. # The full text of which can be found at http://www.LTSP.org/license.txt # VERSION = 1.7 RELEASE = 0 PKG1COMPONENT = ltsp_rdesktop PKG1NAME = ltsp-rdesktop DEPENDS = ltsp-ltsptree, ltsp-glibc PKG1 = rdesktop-1.4.1.tar.gz MD5SUM1 = 78dd2bae04edf1cb9f65c29930dcc993 SOURCE1 = ${TARBALL_SOURCE}/${PKG1}, \ http://easynews.dl.sourceforge.net/sourceforge/rdesktop/ UNPACK1 = gunzip < ${TARBALL} | tar xf - BUILDDIR = rdesktop-1.4.1 SOURCEDIR = rdesktop-1.4.1 CONFIGURE = ./configure --with-x=${LTSP_ROOT}/usr/X11R6 \ --prefix=/usr \ --with-openssl=${LTSP_ROOT}/usr BUILD = make -j ${CPUS} INSTALL = make DESTDIR=${LTSP_ROOT} prefix=/usr install && \ cp ../rdesktop-screen ${LTSP_ROOT}/etc/screen.d/rdesktop && \ cp ../rdesktop.wrapper ${LTSP_ROOT}/usr/bin/rdesktop.wrapper CLEAN = rm -rf ${BUILDDIR} ${SOURCEDIR}