From patchwork Wed Nov 28 23:54:10 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: 202580 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 6BA4A2C0081 for ; Thu, 29 Nov 2012 10:56:11 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 24754A0042; Wed, 28 Nov 2012 23:56:10 +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 GQ3SfSPQ+710; Wed, 28 Nov 2012 23:56:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id CD385A01FC; Wed, 28 Nov 2012 23:55: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 123878F74A for ; Wed, 28 Nov 2012 23:55:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E9B2A8AA0C for ; Wed, 28 Nov 2012 23:55:27 +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 YXSoYnFQPFVA for ; Wed, 28 Nov 2012 23:55:21 +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 8B3C08AA3A for ; Wed, 28 Nov 2012 23:55:18 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so4237200wey.16 for ; Wed, 28 Nov 2012 15:55:18 -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=35qR0+TF7TomFyKXDZTnpm+ADrITyARdVC1lj6NssaM=; b=VsLQI3HXbd1q+gYoe1cE8yjC0h2Bb/rOM64+hPX/dLw1+zxjEq56DRrUJWSM9V3vv7 BFg32mngLAVgn69cIPTddJLjdJ321tE7hViu9EyJKF46KcAK3DsRX4jFPtSOoOXxGRfX UJU/m8fHns9Ss5sy4DWlZe4L9ixNF6a7/8qr4ZlQf5qcmhBYoXcj74kA+VElSVBLHv+j A3hBOf3/bnpnTTNhDZq8RwaBehZqZcKQoMElAg00a/gqcUr2Z1I6q48L6O9VMhvHCOoG 9fU4pkmpmGeCT6HCZ4gNp9kC+lI81WBLAITVEskQuZtpisOFt9lcmM8w9TrL5uBu6wFF Kmpg== Received: by 10.216.207.104 with SMTP id m82mr8275421weo.4.1354146918387; Wed, 28 Nov 2012 15:55:18 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-141-45.w90-32.abo.wanadoo.fr. [90.32.252.45]) by mx.google.com with ESMTPS id i6sm9076156wix.5.2012.11.28.15.55.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 15:55:17 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Thu, 29 Nov 2012 00:54:10 +0100 Message-Id: <1354146890-27380-12-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1354146890-27380-1-git-send-email-yann.morin.1998@free.fr> References: <1354146890-27380-1-git-send-email-yann.morin.1998@free.fr> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 11/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 92b07b6..1d8df2a 100644 --- a/package/Config.in +++ b/package/Config.in @@ -482,6 +482,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))