From patchwork Thu Nov 22 00:18:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 200915 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 44C2B2C0093 for ; Thu, 22 Nov 2012 11:22:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2CF3AA038E; Thu, 22 Nov 2012 00:22:35 +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 z31zrJZfzURx; Thu, 22 Nov 2012 00:22:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E7440A03BD; Thu, 22 Nov 2012 00:21: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 E588D8F74A for ; Thu, 22 Nov 2012 00:20:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D1658838BB for ; Thu, 22 Nov 2012 00:20:02 +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 igWWzOgyEPwK for ; Thu, 22 Nov 2012 00:19:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 32C1A816CF for ; Thu, 22 Nov 2012 00:19:26 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hn14so263655wib.10 for ; Wed, 21 Nov 2012 16:19:26 -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=vkqAhLEEFX9xLF2/Kk0paAtNWWau68b742aQPLastVw=; b=WPer9mVtIdm6FlekUG65p5/XAYBdgAV2Es/ZvlU2G0366eFMVK2zzJk/eYQJCloUku k0h87vUDjMcmuQmRgQv/jxoQGL9w/LlGBTnopD9FjxiL95hbCjQjIU1SpDLH8hLhg5eI Ap8IHpyrQqoT4boFfAb695jA9x0vM/RtUph/OThOQQ12oD6PxKIDu3CQUOqy9Z5kPcSm gpRNVjNEyPL9ocD1fugyT9S+VJLD+bCKi4ARJp/e5dwRno7WTSIjN6jWji967CASOjdL npAQaSgX45yslcfz9YsggydXmBK7F2KNcslSvrhn8owoQjCcSm2Yx+SoHWHVbANHE5OY PNUA== Received: by 10.180.103.39 with SMTP id ft7mr1764596wib.15.1353543566317; Wed, 21 Nov 2012 16:19:26 -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.24 (version=SSLv3 cipher=OTHER); Wed, 21 Nov 2012 16:19:25 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Thu, 22 Nov 2012 01:18:18 +0100 Message-Id: <1353543503-8952-29-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 28/33] imlib2: 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 --- package/imlib2/imlib2.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/imlib2/imlib2.mk b/package/imlib2/imlib2.mk index 3c6c473..52d80df 100644 --- a/package/imlib2/imlib2.mk +++ b/package/imlib2/imlib2.mk @@ -6,6 +6,9 @@ IMLIB2_VERSION = 1.4.5 IMLIB2_SOURCE = imlib2-$(IMLIB2_VERSION).tar.bz2 IMLIB2_SITE = http://downloads.sourceforge.net/project/enlightenment/imlib2-src/$(IMLIB2_VERSION)/ +IMLIB2_LICENSE = as-is +IMLIB2_LICENSE_FILES = COPYING + IMLIB2_INSTALL_STAGING = YES IMLIB2_DEPENDENCIES = host-pkgconf freetype IMLIB2_CONF_OPT = --with-freetype-config=$(STAGING_DIR)/usr/bin/freetype-config @@ -61,4 +64,3 @@ endef IMLIB2_POST_INSTALL_STAGING_HOOKS += IMLIB2_FIXUP_IMLIB2_CONFIG $(eval $(autotools-package)) -