itp: rdesktop 1.3.1.0; setup script
Bruce Ingalls
ingallsb@verizon.net
Sun May 23 11:38:00 GMT 2004
I've posted my trial package of rdesktop-1.3.1, which you can test, by
adding
http://www.a1flexus.com/cygwin/ to setup.exe.
It does depend on openSSL, XWindow and the Open Sound System.
However, I think I got the XWindow dependency wrong in the attached
setup.hint,
as a trial install seemed to download more files than required.
One advantage of rdesktop over Microsoft's Remote Desktop Connection, is
that it
does not require admin priviledges to install.
Hmm. It could be useful, if I could find a way to _statically_ compile
in all libraries.
Below is a script, which makes generating setup.hint easier.
Not sure how to script the date.
#/bin/sh
#-*-Shell-Script-*- Time-stamp: <2004-05-23 07:28:32 Adrian>
#Copyright © 1998, 2004 by Bruce Ingalls
bingalls(at)users.sourceforge(dot)net
#See file COPYING for GPL license.
# $Id$
#Script to build Cygwin packages. For maintainers, not end users
if [ $# -ne 1 ]; then
echo "Syntax: `basename $0` foo.tar.bz2"
echo "Creates setup.ini.append to cat>> onto setup.ini"
exit
fi
PKG=$1
NAME=`ls -l $PKG|cut -c57-`
SIZE=`ls -l $PKG|cut -c35-42`
HASH=`md5sum $PKG|cut -d' ' -f1`
echo $NAME $SIZE $HASH>setup.ini.append
echo "Created setup.ini.append file"
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: setup.hint
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20040523/4644e612/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: setup.ini
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20040523/4644e612/attachment-0001.ksh>
More information about the Cygwin-apps
mailing list