From patchwork Mon Jan 21 18:47:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bogdan Radulescu X-Patchwork-Id: 214208 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 5A8C52C0080 for ; Tue, 22 Jan 2013 03:47:29 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7FC1FFFC77; Mon, 21 Jan 2013 16:47:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nB0dCbbKzGTV; Mon, 21 Jan 2013 16:47:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5CAE0100124; Mon, 21 Jan 2013 16:47:13 +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 8FC9C8F74B for ; Mon, 21 Jan 2013 16:47:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 955A58A32D for ; Mon, 21 Jan 2013 16:47:22 +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 O52q4qOvYvB4 for ; Mon, 21 Jan 2013 16:47:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f178.google.com (mail-ea0-f178.google.com [209.85.215.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id BCAD28A2F4 for ; Mon, 21 Jan 2013 16:47:20 +0000 (UTC) Received: by mail-ea0-f178.google.com with SMTP id a14so2617323eaa.9 for ; Mon, 21 Jan 2013 08:47:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=Tz2IY4nQWhl+i3mM7hKdzHXDS4q3rZcql+QwZxLwijE=; b=KiiB3pxPeSLYVNgCo7VdmPw7NHuoluXTR8OsoQoMcErNgDXBqfV31C2jlfrkS/pkzb t1hwvLeczH7BRn/maf/giAayZ+xzLeHH4ph9YXtyHMo5LRgs6vnfYu3o3vDzGMjssCtH L59xj2LlQFYPXxdTPNWII7JqZUSXO4oaZdRGpgXwu3fZoail2WaCa90Oi+GgkvZr8Kow +u/O8xdL6X9mTyBEm4eK3hyFflZbHze9He8SBsDxtNZ48cRFQkvc1734452BNkrqi234 Km4BuwkxXmkxmbVtDbli/A1ez7JImHKv1iSm+zVRBRu1qiP5lh9ELJYsC9IMWwmtleZj jYAA== X-Received: by 10.14.216.70 with SMTP id f46mr62339216eep.12.1358786838514; Mon, 21 Jan 2013 08:47:18 -0800 (PST) Received: from nimblex.nimblex.org ([86.126.13.132]) by mx.google.com with ESMTPS id w44sm23010731eep.6.2013.01.21.08.47.16 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jan 2013 08:47:17 -0800 (PST) From: Bogdan Radulescu To: buildroot@busybox.net Date: Mon, 21 Jan 2013 18:47:18 +0000 Message-Id: <1358794038-11280-1-git-send-email-bogdan@nimblex.net> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <87a9s3d1jq.fsf@dell.be.48ers.dk> References: <87a9s3d1jq.fsf@dell.be.48ers.dk> X-Gm-Message-State: ALoCoQl9+uj4Kl9mHAMix2Bt83E71mlffysOguyOuRj9NW5c7QLNmPkqDQ9JW7NP02y5X2maCwFW Cc: jacmet@sunsite.dk, Bogdan Radulescu Subject: [Buildroot] [PATCH] ncdu: 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 Signed-off-by: Bogdan Radulescu --- package/Config.in | 1 + package/ncdu/Config.in | 7 +++++++ package/ncdu/ncdu.mk | 14 ++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 package/ncdu/Config.in create mode 100644 package/ncdu/ncdu.mk +$(eval $(autotools-package)) diff --git a/package/Config.in b/package/Config.in index c59f342..e981ac2 100644 --- a/package/Config.in +++ b/package/Config.in @@ -778,6 +778,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS source "package/module-init-tools/Config.in" endif source "package/monit/Config.in" +source "package/ncdu/Config.in" if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS source "package/procps/Config.in" source "package/psmisc/Config.in" diff --git a/package/ncdu/Config.in b/package/ncdu/Config.in new file mode 100644 index 0000000..dac7444 --- /dev/null +++ b/package/ncdu/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_NCDU + bool "ncdu" + select BR2_PACKAGE_NCURSES + help + ncdu is a disk usage analyzer with an ncurses interface + + http://dev.yorhel.nl/ncdu diff --git a/package/ncdu/ncdu.mk b/package/ncdu/ncdu.mk new file mode 100644 index 0000000..5c28178 --- /dev/null +++ b/package/ncdu/ncdu.mk @@ -0,0 +1,14 @@ +############################################################# +# +# ncdu +# +############################################################# + +NCDU_VERSION = 1.9 +NCDU_SITE = http://dev.yorhel.nl/download/ + +NCDU_DEPENDENCIES = ncurses + +NCDU_LICENSE = MIT +NCDU_LICENSE_FILES = COPYING +