From patchwork Sun Dec 9 16:34:45 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: 204716 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 61C0A2C01C2 for ; Mon, 10 Dec 2012 03:37:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 10A5DA013C; Sun, 9 Dec 2012 16:37:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hqqeLzYS4Ec4; Sun, 9 Dec 2012 16:37:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BD4C4A0115; Sun, 9 Dec 2012 16:36:22 +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 DD6478F74B for ; Sun, 9 Dec 2012 16:35:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C2E7E81B94 for ; Sun, 9 Dec 2012 16:35:47 +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 xuzSpMXyMP-j for ; Sun, 9 Dec 2012 16:35:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 13F5F8841F for ; Sun, 9 Dec 2012 16:35:44 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so1081279wey.16 for ; Sun, 09 Dec 2012 08:35:44 -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=FN3EX+YWN/7rWCZo2wvi/TMcehSZmVmtRI7ePJBEktw=; b=eeGz3weilIXqYr5paXa3v6p5ArnWbQGrQCjPsfo8u7uIwTg3VlfZ8Kyc4RZzGps7Ii u5VtOlSQG6lpb7AliHFf6ci+GhAA7+e+7PQebdhwhEvyiFO+A0yXzAwdwaQlN3T2gMO/ bn/GJgyMW+KTOl15xVi/Y3DLk8asDYqw9XxxERJSkJIIXD1hca7l3II937j4nDkhUP6+ UoEulshiEQWvh/2J8jEBWYNofs5bnh3ZjtkcnGKX/9qoyV2rg0PdB1xbTSgkiehEuKZz vfmAiA/71G/j2mEyYpPas5TSPRy6ILhE8rDi4AAsEGX9LoMVi4jh2WDQaLUuPvieyJLa M6fg== Received: by 10.180.94.226 with SMTP id df2mr6961554wib.11.1355070944576; Sun, 09 Dec 2012 08:35:44 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-76-30.w90-32.abo.wanadoo.fr. [90.32.155.30]) by mx.google.com with ESMTPS id fv2sm6587947wib.4.2012.12.09.08.35.43 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Dec 2012 08:35:44 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 9 Dec 2012 17:34:45 +0100 Message-Id: <1355070924-8009-13-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> References: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 12/51] package/slirp: 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" --- package/Config.in | 1 + package/slirp/Config.in | 25 +++++++++++++++++++++++++ package/slirp/slirp.mk | 15 +++++++++++++++ 3 files changed, 41 insertions(+), 0 deletions(-) create mode 100644 package/slirp/Config.in create mode 100644 package/slirp/slirp.mk diff --git a/package/Config.in b/package/Config.in index 6fda15b..8651fb7 100644 --- a/package/Config.in +++ b/package/Config.in @@ -489,6 +489,7 @@ source "package/libupnp/Config.in" source "package/libvncserver/Config.in" source "package/nss-mdns/Config.in" source "package/ortp/Config.in" +source "package/slirp/Config.in" source "package/usbredir/Config.in" source "package/zeromq/Config.in" endmenu diff --git a/package/slirp/Config.in b/package/slirp/Config.in new file mode 100644 index 0000000..dedded3 --- /dev/null +++ b/package/slirp/Config.in @@ -0,0 +1,25 @@ +config BR2_PACKAGE_SLIRP + bool "slirp" + help + The Spice project aims to provide a complete open source + solution for interaction with virtualized desktop devices. + The Spice project deals with both the virtualized devices + and the front-end. Interaction between front-end and + back-end is done using VD-Interfaces. + + This package implements the slirp-part for Spice. + Slirp emulates a PPP or SLIP connection over a normal terminal. + + http://www.spice-space.org/ + + NOTE: + This package has some history of a unique kind: + - originally developped as 'slirp' by Danny Gasparovski, and + seemingly abandonned (developper /disapeared/) + - then re-maintained at sourceforge by "Kelly", up to some + time around 2009: http://slirp.sourceforge.net/ + - during that period, QEMU (Fabrice BELLARD) forked the code + and included it in QEMU + - and it was imported from this breed by the Spice project + around May 2009 + - which is what we use here diff --git a/package/slirp/slirp.mk b/package/slirp/slirp.mk new file mode 100644 index 0000000..04a4736 --- /dev/null +++ b/package/slirp/slirp.mk @@ -0,0 +1,15 @@ +############################################################# +# +# Spice-slirp +# +############################################################# + +SLIRP_VERSION = 8c2da74c1385242f20799fec8c04f8378edc6550 +SLIRP_SITE = git://anongit.freedesktop.org/spice/slirp +SLIRP_LICENSE = BSD-4c BSD-2c +# Note: The license file 'COPYRIGHT' is missing from the sources, +# although some files refer to it. +SLIRP_INSTALL_STAGING = YES +SLIRP_AUTORECONF = YES + +$(eval $(autotools-package))