From patchwork Wed May 8 16:07:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 242604 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id B08952C00F2 for ; Thu, 9 May 2013 02:08:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 308B981658; Wed, 8 May 2013 16:08:00 +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 7fyRBG93hnEs; Wed, 8 May 2013 16:07:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 503DF8168A; Wed, 8 May 2013 16:07:58 +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 E2E0C8F7A4 for ; Wed, 8 May 2013 16:08:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2685D8168A for ; Wed, 8 May 2013 16:07:56 +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 TA4ugwjFCIQB for ; Wed, 8 May 2013 16:07:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8154F81658 for ; Wed, 8 May 2013 16:07:51 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hq12so2101676wib.10 for ; Wed, 08 May 2013 09:07:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=vWHSnkM3uU5ybTPyZGyJzPvEXmZn9sQEwm9Bvr/Bwlw=; b=wHx350C4LW3v3fSsR8rx28sWfZgIjRyYYcUFbASqxS/3qdiihya2/lIBgV69m2du3V 3Zgn5ouqkthEC0t1jOv+z87yeigiJ8/s4pyR7ovmfULhVdjW1EFUKZJ0PbPHoPtN5BZD dRaIl7Zmnd51SR5+YGDVB+GzlNtvFskJxJX66lr1RnHcskOJY15t893JFRdguPiqoUhZ K/wOtu8gnsXcG8FA5+SVqxA9mJ86YWplHicB1WnAxqSHLl+85fxZeE6mK3PE4VYswiQS hmY+C5wwEzlBj264l87wiVZMhBZ/VL3YRdyrVwOtNODmDV5nPY3cT8iK5pU3dELjUcJ+ X6jA== X-Received: by 10.180.149.200 with SMTP id uc8mr23188539wib.3.1368029270244; Wed, 08 May 2013 09:07:50 -0700 (PDT) Received: from percy.lan (host-2-97-77-206.as13285.net. [2.97.77.206]) by mx.google.com with ESMTPSA id q20sm10963270wiv.7.2013.05.08.09.07.48 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 May 2013 09:07:49 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Wed, 8 May 2013 17:07:47 +0100 Message-Id: <1368029267-30484-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.1.2 Subject: [Buildroot] [PATCH] atk: 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 From: Simon Dawson Signed-off-by: Simon Dawson --- package/atk/atk.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/atk/atk.mk b/package/atk/atk.mk index 2a85edd..f5b2e91 100644 --- a/package/atk/atk.mk +++ b/package/atk/atk.mk @@ -3,10 +3,13 @@ # atk # ############################################################# + ATK_VERSION_MAJOR = 1.33 ATK_VERSION = $(ATK_VERSION_MAJOR).6 ATK_SOURCE = atk-$(ATK_VERSION).tar.bz2 ATK_SITE = http://ftp.gnome.org/pub/gnome/sources/atk/$(ATK_VERSION_MAJOR)/ +ATK_LICENSE = LGPLv2+ +ATK_LICENSE_FILES = COPYING ATK_INSTALL_STAGING = YES ATK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install