From: Julian Lunz <git@jlunz.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] New package: freerdp
Date: Wed, 23 May 2012 22:51:07 +0200 [thread overview]
Message-ID: <1337806267-32327-1-git-send-email-git@jlunz.de> (raw)
Signed-off-by: Julian Lunz <git@jlunz.de>
---
package/Config.in | 1 +
package/freerdp/Config.in | 11 +++++++++++
package/freerdp/freerdp.mk | 13 +++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
create mode 100644 package/freerdp/Config.in
create mode 100644 package/freerdp/freerdp.mk
diff --git a/package/Config.in b/package/Config.in
index fb1b08f..2d1f18d 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -152,6 +152,7 @@ source "package/leafpad/Config.in"
source "package/midori/Config.in"
source "package/pcmanfm/Config.in"
source "package/rdesktop/Config.in"
+source "package/freerdp/Config.in"
source "package/sylpheed/Config.in"
source "package/synergy/Config.in"
source "package/torsmo/Config.in"
diff --git a/package/freerdp/Config.in b/package/freerdp/Config.in
new file mode 100644
index 0000000..1cc49c9
--- /dev/null
+++ b/package/freerdp/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_FREERDP
+ bool "freerdp"
+ select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_XLIB_LIBX11
+ select BR2_PACKAGE_XLIB_LIBXT
+ depends on BR2_PACKAGE_XORG7
+ help
+ FreeRDPFreeRDP is a free implementation of the
+ Remote Desktop Protocol (RDP), released under the Apache license
+
+ http://www.freerdp.com/
diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
new file mode 100644
index 0000000..61b6ca2
--- /dev/null
+++ b/package/freerdp/freerdp.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# FreeRDP
+#
+#############################################################
+
+FREERDP_VERSION = 1.0.1
+FREERDP_SOURCE = freerdp-$(FREERDP_VERSION).tar.gz
+FREERDP_SITE = https://github.com/downloads/FreeRDP/FreeRDP
+FREERDP_CONF_OPT = -DWITH_CUPS=OFF -DWITH_FFMPEG=OFF -DWITH_ALSA=OFF -DWITH_XINERAMA=OFF
+FREERDP_DEPENDENCIES = openssl xlib_libX11 xlib_libXt zlib
+
+$(eval $(call CMAKETARGETS))
--
1.7.0.4
next reply other threads:[~2012-05-23 20:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-23 20:51 Julian Lunz [this message]
2012-05-23 21:02 ` [Buildroot] [PATCH] New package: freerdp Peter Korsgaard
2012-05-23 21:41 ` [Buildroot] (no subject) Julian Lunz
2012-05-23 21:49 ` [Buildroot] [PATCH] New package: freerdp Julian Lunz
-- strict thread matches above, loose matches on Subject: below --
2012-05-23 21:45 Julian Lunz
2012-05-29 18:34 ` Julian Lunz
2012-05-29 19:12 ` Arnout Vandecappelle
2012-05-30 17:53 ` Julian Lunz
2012-05-30 19:04 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1337806267-32327-1-git-send-email-git@jlunz.de \
--to=git@jlunz.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox