aboutsummaryrefslogtreecommitdiffstats
path: root/packages/rdesktop
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-08-13 21:05:14 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-08-13 21:05:14 +0000
commit43bba2940f132d48f9069ce29881fc098348e3cd (patch)
treec6d1e2f05331235d214192e1cbf085ee84c2b479 /packages/rdesktop
parentdca6669ef90362cd04fe00cd13d2fc3789da54db (diff)
downloadopenembedded-43bba2940f132d48f9069ce29881fc098348e3cd.tar.gz
rdesktop: update to version 1.6.0
* fixes partly bug 4376
Diffstat (limited to 'packages/rdesktop')
-rw-r--r--packages/rdesktop/rdesktop_1.6.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/rdesktop/rdesktop_1.6.0.bb b/packages/rdesktop/rdesktop_1.6.0.bb
new file mode 100644
index 0000000000..b5337f9e83
--- /dev/null
+++ b/packages/rdesktop/rdesktop_1.6.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Rdesktop rdp client for X"
+DEPENDS = "virtual/libx11 openssl"
+HOMEPAGE = "http://www.rdesktop.org"
+SECTION = "x11/network"
+LICENSE = "GPL"
+PV = "1.6.0"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/rdesktop/rdesktop-${PV}.tar.gz"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-openssl=${STAGING_EXECPREFIXDIR} "