From patchwork Mon Dec 10 23:44:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 205071 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 118E02C00F8 for ; Tue, 11 Dec 2012 10:48:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2382689FF5; Mon, 10 Dec 2012 23:48:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B1p12rQ33RqL; Mon, 10 Dec 2012 23:47:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7674E8AA70; Mon, 10 Dec 2012 23:46:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id AF10F8F74B for ; Mon, 10 Dec 2012 23:45:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1B5758A26C for ; Mon, 10 Dec 2012 23:45:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MDGR0+PDEj5M for ; Mon, 10 Dec 2012 23:45:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id E118989DDE for ; Mon, 10 Dec 2012 23:45:28 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id e12so1703600wge.10 for ; Mon, 10 Dec 2012 15:45:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=QyyCQQiyMrLi9UhbaF1T7FLwdJthZ1OS5iBZ2S3cSM8=; b=kjRcP7/4xx77X6uFN4v/uDOvSZ/v+Op80+gP8PKKqL4O6yEdOi5+AZEmdL97Cafdf+ MC5/93ncrKCCQS9uYDeWvYhFGrQyFExzKmac4B/yBKd0hQIzl32ln2oIEyt8/8rMOVJm PvVJR5RqFhudZV3lM7U5PFFsWp4czdPBTLIGEOQN2kJzRVOd8llZ7tOlTHFNb2jQisir HuDyQG3s743VSXuZS4RnQ9xRssbkUe59BlmIPFNVa4WZTQcA7RBP1EcD69QwO8yV/Z+I 8/WLdNPkbakT2NOZuK0d+qMrIpQVwHP0fsS9OtoYVjrBkRx5wEPkbYV23l7J9XEI8xeR JAsQ== Received: by 10.180.33.202 with SMTP id t10mr13749214wii.3.1355183128667; Mon, 10 Dec 2012 15:45:28 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-41-119.w90-32.abo.wanadoo.fr. [90.32.24.119]) by mx.google.com with ESMTPS id bz12sm13895257wib.5.2012.12.10.15.45.27 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Dec 2012 15:45:28 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Tue, 11 Dec 2012 00:44:28 +0100 Message-Id: <1355183112-10735-9-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1355183112-10735-1-git-send-email-yann.morin.1998@free.fr> References: <1355183112-10735-1-git-send-email-yann.morin.1998@free.fr> Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 08/52] package/usbredir: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Arnout Vandecappelle --- package/Config.in | 1 + package/usbredir/Config.in | 28 ++++++++++++++++++++++++++++ package/usbredir/usbredir.mk | 31 +++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 0 deletions(-) create mode 100644 package/usbredir/Config.in create mode 100644 package/usbredir/usbredir.mk diff --git a/package/Config.in b/package/Config.in index 8edadf9..9d68581 100644 --- a/package/Config.in +++ b/package/Config.in @@ -492,6 +492,7 @@ source "package/libupnp/Config.in" source "package/libvncserver/Config.in" source "package/nss-mdns/Config.in" source "package/ortp/Config.in" +source "package/usbredir/Config.in" source "package/zeromq/Config.in" endmenu diff --git a/package/usbredir/Config.in b/package/usbredir/Config.in new file mode 100644 index 0000000..8d8ac5a --- /dev/null +++ b/package/usbredir/Config.in @@ -0,0 +1,28 @@ +comment "usbredir requires libusb" + depends on !BR2_PACKAGE_LIBUSB + +config BR2_PACKAGE_USBREDIR + bool "usbredir" + depends on BR2_PACKAGE_LIBUSB + help + usbredir is the name of a network protocol for sending usb device + traffic over a network connection. It is also the name of the + software package offering a parsing library, a usbredirhost library + and several utilities implementing this protocol. + + Note: only the library is installed, not the utilities. Say 'y' + below if you want the server too. + + http://www.spice-space.org/page/UsbRedir + +if BR2_PACKAGE_USBREDIR + +config BR2_PACKAGE_USBREDIR_SERVER + bool "usbredirserver on target" + help + If you want to serve usbredir requests on your target, say 'y' + here to have the usbredir server on the target. + + Note: the server is not required to use the library. + +endif diff --git a/package/usbredir/usbredir.mk b/package/usbredir/usbredir.mk new file mode 100644 index 0000000..70b50c3 --- /dev/null +++ b/package/usbredir/usbredir.mk @@ -0,0 +1,31 @@ +############################################################# +# +# usbredir +# +############################################################# + +USBREDIR_VERSION = 0.4.3 +USBREDIR_SOURCE = usbredir-$(USBREDIR_VERSION).tar.bz2 +USBREDIR_SITE = http://spice-space.org/download/usbredir +USBREDIR_LICENSE = LGPLv2.1+ +USBREDIR_LICENSE_FILES = COPYING.LIB +USBREDIR_INSTALL_STAGING = YES +USBREDIR_DEPENDENCIES = libusb + +USBREDIR_DEPENDENCIES += host-pkgconf + +ifeq ($(BR2_PACKAGE_USBREDIR_SERVER),y) + +USBREDIR_LICENSE += (for the library), GPLv2+ (for the server) +USBREDIR_LICENSE_FILES += COPYING + +else # BR2_PACKAGE_USBREDIR_SERVER != y + +define USBREDIR_POST_INSTALL_TARGET_RM_SERVER + rm -f $(TARGET_DIR)/usr/sbin/usbredirserver +endef +USBREDIR_POST_INSTALL_TARGET_HOOKS += USBREDIR_POST_INSTALL_TARGET_RM_SERVER + +endif # BR2_PACKAGE_USBREDIR_SERVER + +$(eval $(autotools-package))