From patchwork Mon Jan 14 13:30:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Pedersen X-Patchwork-Id: 211783 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 7AEAB2C008D for ; Tue, 15 Jan 2013 00:30:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 60FFB8AB5A; Mon, 14 Jan 2013 13:30:23 +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 douUNXqg2vmo; Mon, 14 Jan 2013 13:30:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9AFF48AB1C; Mon, 14 Jan 2013 13:30:15 +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 CB4108F753 for ; Mon, 14 Jan 2013 13:30:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6737283078 for ; Mon, 14 Jan 2013 13:30:14 +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 goVX+OwI7oIF for ; Mon, 14 Jan 2013 13:30:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8E0698AB5A for ; Mon, 14 Jan 2013 13:30:12 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id r5so2083236wey.35 for ; Mon, 14 Jan 2013 05:30:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=rcLUOPHY1bR3Z8R5FqxAyaShZHU8LklbA5hX7AbP4e0=; b=NIeq0uB3c7tXo4vUupfGb4O0Q7W4X1Uxk8ISpEUxB7nDD3xb1GRTxKGbyXHF7267Gf 5dbi73BrrUIYdXmnqnlkuhCexk2L1yzEtdc1z0i74D9q1YaDoDYecUFxDKJbIXSzreWc Jc7BrwHLIlrTTMSeCaA/nvbIJSM3Yiq3GCmXmlcC3vij4nGqu42CF0n/tWib4CO5aW6e iDvVLILZoBVzq4rPS0+QInGCVf6vIWotcYEyqCfhSEysGcINztwokUPb/e4N1HCBmPLC 2zkMv5RQvVE9Azsqivut2n7GmISibbEgHxtaf25cgQaCFFVuxCpkLavV2v8WgE7UxwzE TjMQ== X-Received: by 10.195.13.11 with SMTP id eu11mr129572760wjd.39.1358170210703; Mon, 14 Jan 2013 05:30:10 -0800 (PST) Received: from localhost.localdomain (ec2-46-137-176-62.eu-west-1.compute.amazonaws.com. [46.137.176.62]) by mx.google.com with ESMTPS id p2sm14048101wic.7.2013.01.14.05.30.08 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 14 Jan 2013 05:30:09 -0800 (PST) Received: from japws.yxlondk.dk (unknown [89.202.158.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by localhost.localdomain (Postfix) with ESMTPSA id 25452207B6; Mon, 14 Jan 2013 14:29:56 +0100 (CET) From: Jan Pedersen To: buildroot@busybox.net Date: Mon, 14 Jan 2013 14:30:00 +0100 Message-Id: <1358170201-26050-1-git-send-email-jp@jp-embedded.com> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQlbOrauMGHyNMJatj/tOqycMqge5lu7+5wpn+LMasN6m7MmW6BZpDTF2yeyiKZq5IXZMy1U Subject: [Buildroot] [PATCH 1/1] infozip: new package 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 This commit adds a package for infozip, compression and file packaging/archive utility. Signed-off-by: Jan Pedersen Acked-by: Thomas Petazzoni --- package/Config.in | 1 + package/infozip/Config.in | 10 ++++++++++ package/infozip/infozip.mk | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 package/infozip/Config.in create mode 100644 package/infozip/infozip.mk diff --git a/package/Config.in b/package/Config.in index 4f05665..ad2a742 100644 --- a/package/Config.in +++ b/package/Config.in @@ -11,6 +11,7 @@ source "package/bzip2/Config.in" if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS source "package/gzip/Config.in" endif +source "package/infozip/Config.in" source "package/lzop/Config.in" source "package/lzma/Config.in" source "package/xz/Config.in" diff --git a/package/infozip/Config.in b/package/infozip/Config.in new file mode 100644 index 0000000..1a4b756 --- /dev/null +++ b/package/infozip/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_INFOZIP + bool "infozip" + help + Zip is a compression and file packaging/archive utility. + Although highly compatible both with PKWARE's PKZIP and + PKUNZIP utilities for MS-DOS and with Info-ZIP's own UnZip, + our primary objectives have been portability and other-than-MSDOS + functionality. + + http://infozip.sourceforge.net/Zip.html diff --git a/package/infozip/infozip.mk b/package/infozip/infozip.mk new file mode 100644 index 0000000..fd0c15c --- /dev/null +++ b/package/infozip/infozip.mk @@ -0,0 +1,20 @@ +############################################################# +# +# infozip +# +############################################################# +INFOZIP_VERSION = 30 +INFOZIP_SOURCE = zip$(INFOZIP_VERSION).tgz +INFOZIP_SITE = ftp://ftp.info-zip.org/pub/infozip/src +INFOZIP_LICENSE = Info-ZIP +INFOZIP_LICENSE_FILES = LICENSE + +define INFOZIP_BUILD_CMDS + $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) -f unix/Makefile generic +endef + +define INFOZIP_INSTALL_TARGET_CMDS + $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) -f unix/Makefile install prefix=$(TARGET_DIR)/usr +endef + +$(eval $(generic-package))