diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-12-12 23:12:38 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-12 23:12:38 -0600 |
commit | c1dd1cfed852fb759d79925af539257014c51b09 (patch) | |
tree | 70ed54f9577855f185832d4f138c3815982c97d8 /system | |
parent | 384a5abce0c3cc771f42f2c6ceb252e1746d9e4f (diff) | |
download | slackbuilds-c1dd1cfed852fb759d79925af539257014c51b09.tar.gz |
system/xrdp: Updated for version 0.4.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/xrdp/README | 2 | ||||
-rw-r--r-- | system/xrdp/xrdp.SlackBuild | 11 | ||||
-rw-r--r-- | system/xrdp/xrdp.info | 8 |
3 files changed, 6 insertions, 15 deletions
diff --git a/system/xrdp/README b/system/xrdp/README index 290a45d14c..9786112f89 100644 --- a/system/xrdp/README +++ b/system/xrdp/README @@ -1,5 +1,3 @@ -xrdp - Remote Desktop Server for Linux - Xrdp provides a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server/remote desktop clients. Xrdp uses Xvnc or X11rdp (which are installed separately) to manage diff --git a/system/xrdp/xrdp.SlackBuild b/system/xrdp/xrdp.SlackBuild index f6f1f046a7..85f6d7d630 100644 --- a/system/xrdp/xrdp.SlackBuild +++ b/system/xrdp/xrdp.SlackBuild @@ -4,16 +4,14 @@ # Written by Phillip Warner <pc_warner@yahoo.com> PRGNAM=xrdp -VERSION=0.4.1 +VERSION=0.4.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -120,17 +118,12 @@ install -D -m 0755 $CWD/xrdp-xwmconfig \ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING design.txt install.txt readme.txt $PKG/usr/doc/$PRGNAM-$VERSION - # Keep a backup copy of startwm.sh in the docs cat sesman/startwm.sh > $PKG/usr/doc/$PRGNAM-$VERSION/startwm.sh-example - cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/xrdp/xrdp.info b/system/xrdp/xrdp.info index fbceab6518..3e6736c8fc 100644 --- a/system/xrdp/xrdp.info +++ b/system/xrdp/xrdp.info @@ -1,10 +1,10 @@ PRGNAM="xrdp" -VERSION="0.4.1" +VERSION="0.4.2" HOMEPAGE="http://xrdp.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/xrdp/xrdp-0.4.1.tar.gz" -MD5SUM="86a2afcb8d304d5003ecbbdbf46058c0" +DOWNLOAD="http://downloads.sourceforge.net/xrdp/xrdp-0.4.2.tar.gz" +MD5SUM="e2eecc2a383e77e6cb087e837c4d4c10" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Phillip Warner" EMAIL="pc_warner@yahoo.com" -APPROVED="dsomero" +APPROVED="rworkman" |