From patchwork Thu Nov 28 18:02:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Daniel_Nystr=C3=B6m?= X-Patchwork-Id: 294990 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 7FC442C0082 for ; Fri, 29 Nov 2013 05:03:58 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A29A993924; Thu, 28 Nov 2013 18:03:56 +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 yUQzKifqSUIT; Thu, 28 Nov 2013 18:03:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0C34693436; Thu, 28 Nov 2013 18:03:55 +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 A0F371BFA80 for ; Thu, 28 Nov 2013 18:03:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9D24C8BEC0 for ; Thu, 28 Nov 2013 18:03:53 +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 LXCdJiorkXBq for ; Thu, 28 Nov 2013 18:03:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7A94D8BEBB for ; Thu, 28 Nov 2013 18:03:52 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id u14so6380498lbd.18 for ; Thu, 28 Nov 2013 10:03:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-type:content-transfer-encoding; bh=7GBV2vzGRooRaclK0pSNZpMx6ynl6bAR4VejA2ZhKvA=; b=HNikpOzBaev0/+8/u3wrgbvjDS513EU1KOiyHI6e3KfdSpUuXc+g3Vsvk4hT+gfFVU FnOrs1azNjayCe+8zoO5xoEDnS+1TJLerwl8wlHo72u9OD6gMax2SQFGfJ8MR+t2VQrt xe0ixpPz4x3i8EYF9kgsZDI9eiDFkMDtRza/QqasMpVLsevNPIE7r064aNXwRK/qVeFc erxjEyR2Nzyrt6dYFMkGlDkH650DEbervSiITrdRBK9m1OzcZKPCgRmNX6RbrN1xK7bB qLNC00b38sGacm8OwTvxhrlt7lPejOv5rdStMqrTvvk1QbGtINYw4E5q4j0DQMWCmcQX vIqQ== X-Gm-Message-State: ALoCoQnno/IM0rA6Aij8eaFgJ7gEZjQibOMPBd1cG9UbPpm7dnjxINs2Vb6wLt2jPjuZ3o/rp74A X-Received: by 10.112.200.170 with SMTP id jt10mr32319109lbc.10.1385661830692; Thu, 28 Nov 2013 10:03:50 -0800 (PST) Received: from sylpheed.local (h-181-147.a166.corp.bahnhof.se. [85.24.181.147]) by mx.google.com with ESMTPSA id r7sm50311696lbo.5.2013.11.28.10.03.49 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Nov 2013 10:03:50 -0800 (PST) From: =?UTF-8?q?Daniel=20Nystr=C3=B6m?= To: buildroot@busybox.net Date: Thu, 28 Nov 2013 19:02:44 +0100 Message-Id: <1385661764-14355-1-git-send-email-daniel.nystrom@timeterminal.se> X-Mailer: git-send-email 1.8.3.2 MIME-Version: 1.0 Cc: =?UTF-8?q?Daniel=20Nystr=C3=B6m?= Subject: [Buildroot] [PATCH] e2tools: 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net E2tools is a simple set of GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem. These utilities access a filesystem directly using the ext2fs library. Signed-off-by: Daniel Nyström --- package/Config.in | 1 + package/e2tools/Config.in | 10 ++++++++++ package/e2tools/e2tools.mk | 16 ++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 package/e2tools/Config.in create mode 100644 package/e2tools/e2tools.mk diff --git a/package/Config.in b/package/Config.in index f9e72ad..96e729a 100644 --- a/package/Config.in +++ b/package/Config.in @@ -227,6 +227,7 @@ source "package/cramfs/Config.in" source "package/curlftpfs/Config.in" source "package/dosfstools/Config.in" source "package/e2fsprogs/Config.in" +source "package/e2tools/Config.in" source "package/ecryptfs-utils/Config.in" source "package/exfat/Config.in" source "package/exfat-utils/Config.in" diff --git a/package/e2tools/Config.in b/package/e2tools/Config.in new file mode 100644 index 0000000..14f25ab --- /dev/null +++ b/package/e2tools/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_E2TOOLS + bool "e2tools" + select BR2_PACKAGE_E2FSPROGS + help + E2tools is a simple set of GPL'ed utilities to read, write, + and manipulate files in an ext2/ext3 filesystem. These + utilities access a filesystem directly using the ext2fs + library. + + https://github.com/ndim/e2tools diff --git a/package/e2tools/e2tools.mk b/package/e2tools/e2tools.mk new file mode 100644 index 0000000..56797bb --- /dev/null +++ b/package/e2tools/e2tools.mk @@ -0,0 +1,16 @@ +################################################################################ +# +# e2tools +# +################################################################################ + +E2TOOLS_VERSION = 3158ef18 +E2TOOLS_SITE = http://github.com/ndim/e2tools/tarball/$(E2TOOLS_VERSION) +E2TOOLS_AUTORECONF = YES +E2TOOLS_LICENSE = GPLv2 +E2TOOLS_LICENSE_FILES = COPYING +E2TOOLS_DEPENDENCIES = e2fsprogs +E2TOOLS_CONF_ENV = LIBS="-lpthread" +E2TOOLS_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-exec + +$(eval $(autotools-package))