From patchwork Mon Oct 14 14:05:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Eichinger X-Patchwork-Id: 283234 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 437E02C0346 for ; Tue, 15 Oct 2013 01:08:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 078A78B8B7; Mon, 14 Oct 2013 14:08:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gZQi54AEDQlr; Mon, 14 Oct 2013 14:08:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A934A8B942; Mon, 14 Oct 2013 14:08:19 +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 439F31BF96D for ; Mon, 14 Oct 2013 14:08:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3DF9D8C6A5 for ; Mon, 14 Oct 2013 14:08:15 +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 WxN9qdCC47Ml for ; Mon, 14 Oct 2013 14:08:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com [209.85.215.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 89B408B275 for ; Mon, 14 Oct 2013 14:08:14 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id f15so3370261eak.22 for ; Mon, 14 Oct 2013 07:08:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dsgAUYRBmpLkfdB64WlHfU6RX5hSF/32I1EqqbaMbNg=; b=rMhkuQVdNxvmf+fr3YPyw8weze/VkN+l/xYrUQmB6KArQENVLZJGAbiwC0A17k4SKp r4t/nDMXDjK3VNyme1JsZv7ahnAu9LTt58ki9lk78hERdZpDerRwQ3qhMwSBLTkfvUNr SY2HK+YMrO4JYgmhIAtWlHhQ1HG2ZD8L9hlI4oS5p1FL11ri5jCRaYQAFA1EW475OEF0 FzDRjoTS41UYNpliAAVTc6uJ7sGsFyV66hip2pMlr/CioXrLZ2WlY1RR9SupP6erySs2 p8WaFRkjg2CpeoCla6fSIF4ovJioZrnJaX/W7sqpMn0PTVH6A6uXkUmHbydr04IIAozo GBKQ== X-Received: by 10.14.102.66 with SMTP id c42mr5216276eeg.47.1381759693124; Mon, 14 Oct 2013 07:08:13 -0700 (PDT) Received: from nashorn.home (188-23-122-165.adsl.highway.telekom.at. [188.23.122.165]) by mx.google.com with ESMTPSA id j7sm154013894eeo.15.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Oct 2013 07:08:12 -0700 (PDT) From: Phil Eichinger To: buildroot@busybox.net Date: Mon, 14 Oct 2013 16:05:41 +0200 Message-Id: <1381759541-15243-4-git-send-email-phil@zankapfel.net> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1381759541-15243-1-git-send-email-phil@zankapfel.net> References: <1381759541-15243-1-git-send-email-phil@zankapfel.net> Cc: Phil Eichinger Subject: [Buildroot] [PATCH 4/4] ngrep: add license information 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: Phil Eichinger --- package/ngrep/ngrep.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk index 99b8f46..e25d3a2 100644 --- a/package/ngrep/ngrep.mk +++ b/package/ngrep/ngrep.mk @@ -7,6 +7,8 @@ NGREP_VERSION = 1.45 NGREP_SOURCE = ngrep-$(NGREP_VERSION).tar.bz2 NGREP_SITE = http://downloads.sourceforge.net/project/ngrep/ngrep/$(NGREP_VERSION) +NGREP_LICENSE = BSD-Style +NGREP_LICENSE_FILES = LICENSE.txt NGREP_INSTALL_STAGING = YES NGREP_CONF_ENV = LDFLAGS="-lpcre" NGREP_CONF_OPT = \