From patchwork Fri Dec 28 18:42:11 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: 208519 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 401FC2C00D8 for ; Sat, 29 Dec 2012 05:42:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C49BAA00F7; Fri, 28 Dec 2012 18:42:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8n4It6TnTYre; Fri, 28 Dec 2012 18:42:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D4686A00BE; Fri, 28 Dec 2012 18:42:33 +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 167278F74B for ; Fri, 28 Dec 2012 18:42:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2B6A784E8E for ; Fri, 28 Dec 2012 18:42:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HJKYPcNBrNT9 for ; Fri, 28 Dec 2012 18:42:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id D1D9D84E94 for ; Fri, 28 Dec 2012 18:42:21 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hm11so8461267wib.14 for ; Fri, 28 Dec 2012 10:42:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references; bh=w1YKmimnsUybHsIQYIqevA9l12TRC149CxMCiBWRogk=; b=WVSXVcCPNLp8vPmR+9xI6WouqcwehLDgZt8BOaA0gjyNZvwKhvpSgYatnZg/LIBe6L 8s3N2T63kduuzOzY+U/ewywHUBB9lLCAT7PFZab0ENHqNdVWpjAvzOoHWmHCBGjR9ckm D/gSLMi3dS8ek4mlnTbnQUUFqqLEpT/19IHiGDZOew4B9fTjOztCqaNEy/jcxCoQ0trM nJIvX1JCSnxRAk8s5O/+9ynxHo2PMQa7ZXUc0bau5fT/d4HSRICrfkiAv96ERhK9A3RN ViU44PhaicDOTvaoAM1/DYJFMGzd+4Js23C29Bw5r0MDhuuSKSRtK9AGF/jJzAjit5bJ UCkg== X-Received: by 10.194.9.4 with SMTP id v4mr55287578wja.50.1356720140202; Fri, 28 Dec 2012 10:42:20 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-131-98.w90-32.abo.wanadoo.fr. [90.32.242.98]) by mx.google.com with ESMTPS id e6sm2176108wiz.1.2012.12.28.10.42.18 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 28 Dec 2012 10:42:19 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Fri, 28 Dec 2012 19:42:11 +0100 Message-Id: <8beb4706189f8caa51dc30c364c720d780f0a67f.1356719913.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 1/2] package/dvb-apps: 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 We just need the transponders data, so we just install those. Signed-off-by: "Yann E. MORIN" --- package/dvb-apps/dvb-apps.mk | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 package/dvb-apps/dvb-apps.mk diff --git a/package/dvb-apps/dvb-apps.mk b/package/dvb-apps/dvb-apps.mk new file mode 100644 index 0000000..781e466 --- /dev/null +++ b/package/dvb-apps/dvb-apps.mk @@ -0,0 +1,32 @@ +############################################################# +# +# keyutils +# +############################################################# + +DVB_APPS_VERSION = 3fc7dfa68484 +DVB_APPS_SOURCE = dvb-apps-$(DVB_APPS_VERSION).tar.bz2 +DVB_APPS_SITE = http://linuxtv.org/hg/dvb-apps/archive/ + +# We just install the transponders data. As this is not a 'work' as per +# traditional copyright, but just a collection of 'facts', there's probably +# no license to apply to these data files. +# To be noted however, is that the dvb-apps package bundles a copy of the +# GPLv2 and a copy of the LGPLv2.1, and that some of the source files refer +# to either the GPLv2+ or the LGPLv2.1+. +# But since we do not use any of those source files, their license do not +# apply to us. +DVB_APPS_LICENSE = unknown (probably public domain) + +define DVB_APPS_INSTALL_TARGET_CMDS + mkdir -p $(TARGET_DIR)/usr/share/dvb-apps/scan/atsc + mkdir -p $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-c + mkdir -p $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-s + mkdir -p $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-t + $(INSTALL) -D $(@D)/util/scan/atsc/* $(TARGET_DIR)/usr/share/dvb-apps/scan/atsc + $(INSTALL) -D $(@D)/util/scan/dvb-c/* $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-c + $(INSTALL) -D $(@D)/util/scan/dvb-s/* $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-s + $(INSTALL) -D $(@D)/util/scan/dvb-t/* $(TARGET_DIR)/usr/share/dvb-apps/scan/dvb-t +endef + +$(eval $(generic-package))