From patchwork Sat Aug 11 20:10:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danomi Manchego X-Patchwork-Id: 176722 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 840B52C0098 for ; Sun, 12 Aug 2012 06:11:42 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7F14C10BAE7; Sat, 11 Aug 2012 20:11:41 +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 hrf26c9s-GQi; Sat, 11 Aug 2012 20:11:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5D2F610B8D4; Sat, 11 Aug 2012 20:11:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id D5BEA8F753 for ; Sat, 11 Aug 2012 20:10:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CF6E8101B93 for ; Sat, 11 Aug 2012 20:10:41 +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 tCuDneFWoo4l for ; Sat, 11 Aug 2012 20:10:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from qmta09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) by fraxinus.osuosl.org (Postfix) with ESMTP id CD971101B86 for ; Sat, 11 Aug 2012 20:10:40 +0000 (UTC) Received: from omta08.westchester.pa.mail.comcast.net ([76.96.62.12]) by qmta09.westchester.pa.mail.comcast.net with comcast id lX9L1j0040Fqzac59YAjVY; Sat, 11 Aug 2012 20:10:43 +0000 Received: from localhost.localdomain ([68.37.48.40]) by omta08.westchester.pa.mail.comcast.net with comcast id lYAZ1j00N0s1VyU3UYAeKY; Sat, 11 Aug 2012 20:10:38 +0000 From: Danomi Manchego To: buildroot@uclibc.org Date: Sat, 11 Aug 2012 16:10:14 -0400 Message-Id: <1344715827-9452-4-git-send-email-danomimanchego123@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1344715827-9452-1-git-send-email-danomimanchego123@gmail.com> References: <1344715827-9452-1-git-send-email-danomimanchego123@gmail.com> Subject: [Buildroot] [PATCH 04/17] ifplugd: add license info 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: Danomi Manchego --- package/ifplugd/ifplugd.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/ifplugd/ifplugd.mk b/package/ifplugd/ifplugd.mk index 3c581a6..1e11c14 100644 --- a/package/ifplugd/ifplugd.mk +++ b/package/ifplugd/ifplugd.mk @@ -6,7 +6,10 @@ IFPLUGD_VERSION = 0.28 IFPLUGD_SITE = http://0pointer.de/lennart/projects/ifplugd +IFPLUGD_LICENSE = GPLv2 +IFPLUGD_LICENSE_FILES = LICENSE IFPLUGD_AUTORECONF = YES + # install-strip unconditionally overwrites $(TARGET_DIR)/etc/ifplugd/ifplugd.* IFPLUGD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-exec IFPLUGD_CONF_OPT = --disable-lynx