From patchwork Thu Nov 22 00:18:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 200913 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 E99812C0080 for ; Thu, 22 Nov 2012 11:22:10 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DCD78A03AF; Thu, 22 Nov 2012 00:22:08 +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 21BSE1MwQ+kI; Thu, 22 Nov 2012 00:22:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AEA56A0365; Thu, 22 Nov 2012 00:21:07 +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 842328F74A for ; Thu, 22 Nov 2012 00:20:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 606A481C35 for ; Thu, 22 Nov 2012 00:19:59 +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 heTxjSv6wT9c for ; Thu, 22 Nov 2012 00:19:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id D6CD881696 for ; Thu, 22 Nov 2012 00:19:24 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hm2so263527wib.10 for ; Wed, 21 Nov 2012 16:19:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=4lF4oO1cmc8QKWfTNoDRl7PSFV0OstKX8pSZObgoCLg=; b=C3RLtOrh4YH7vx/DHY8k4T+HwLbG74Zenf6cHkBT6G9O3yPPeJXVgc5SAtmmXWqFOl phuxYrd0z8ybVPIO6AHQ/O9RYdgPt+7L0h8fatq9q1Y8VVmcaWpYk17E+7vxdGAp/Fcb eV+IPOTdNajoOOP3XZ6B2RvvsWE+vXgnRFUd19QJiClWhAuSNZ3Pzvjahx1DxBhXnhAk 4HguNwK/WGDeP6LJCU40LztkL1Lfa4xQkb3QxHcr3jrEzP4lyS06iy+YhY+s5MXoMpsV pHdjAVnv0GkcpEjnsHVJdcat/HMRba1cww88LcPIK9pk0t8yy9hUiOicrH9ArWJ/GktZ 7CLw== Received: by 10.180.106.34 with SMTP id gr2mr1752407wib.18.1353543564848; Wed, 21 Nov 2012 16:19:24 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id r10sm1847697wiz.0.2012.11.21.16.19.23 (version=SSLv3 cipher=OTHER); Wed, 21 Nov 2012 16:19:24 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Thu, 22 Nov 2012 01:18:17 +0100 Message-Id: <1353543503-8952-28-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1353543503-8952-1-git-send-email-s.martin49@gmail.com> References: <1353543503-8952-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 27/33] imagemagick: 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: Samuel Martin Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/imagemagick/imagemagick.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk index 365a073..725e529 100644 --- a/package/imagemagick/imagemagick.mk +++ b/package/imagemagick/imagemagick.mk @@ -11,6 +11,9 @@ IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.bz2 # available, which is annoying. Use an alternate site that keeps all # older versions. IMAGEMAGICK_SITE = ftp://ftp.nluug.nl/pub/ImageMagick/ +IMAGEMAGICK_LICENSE = Apache-v2 +IMAGEMAGICK_LICENSE_FILES = LICENSE + IMAGEMAGICK_INSTALL_STAGING = YES IMAGEMAGICK_AUTORECONF = YES