From patchwork Mon Mar 26 22:21:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: JoM X-Patchwork-Id: 148835 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 74927B6EE8 for ; Tue, 27 Mar 2012 08:23:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6AB3BA0232; Mon, 26 Mar 2012 21:23:07 +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 WVLqyckMUEfb; Mon, 26 Mar 2012 21:23:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id DE72BA011A; Mon, 26 Mar 2012 21:23:04 +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 19B978F753 for ; Mon, 26 Mar 2012 21:23:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0E65A8B2A5 for ; Mon, 26 Mar 2012 21:23:03 +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 HmY0fmKDimEc for ; Mon, 26 Mar 2012 21:23:00 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8B6568B274 for ; Mon, 26 Mar 2012 21:23:00 +0000 (UTC) Received: by wgbfm10 with SMTP id fm10so4219060wgb.10 for ; Mon, 26 Mar 2012 14:22:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=WTCYJ0ULTOqjM/E4LUOZYybe/x9NQ6tL75xVnLycF8E=; b=f8uiiPfRnA7o/x80N7v6namTRefKEfz6afnkEkNl5HUPbY0Y+ShY8XEiM7y2kFFXTX 85nQjJ13KZ/1pHbV91zdRpXrqpmvP5mnsgGycR9A/WYT6FK9Ev/T2J0Co1sTtd3yci3o UuuNQy9Vjfs4NbtKb/I9pNs0gGapBU/DfBqvAavdhzWJM++Lj9ynkSO2r9XlSBVI6PHN +F+Cm/vd1PqifXUrrBPFHfE7tbY980d8tvCZnVfq7B83sIVjujIvJR/gs+0Fxk8k1BpE mZ4OZW2i4qtAXYAYsdkrguscobXFhOSncpSLwLoZLf1rZr850kU+Bl5Mp3dBE0n/3xgi RtIA== MIME-Version: 1.0 Received: by 10.180.85.35 with SMTP id e3mr21749648wiz.6.1332796978334; Mon, 26 Mar 2012 14:22:58 -0700 (PDT) Received: from IBMT60.JoM.org ([78.216.88.162]) by mx.google.com with ESMTPS id gd4sm59368424wib.6.2012.03.26.14.22.54 (version=SSLv3 cipher=OTHER); Mon, 26 Mar 2012 14:22:57 -0700 (PDT) From: JoM To: buildroot@busybox.net Date: Mon, 26 Mar 2012 23:21:25 +0100 Message-Id: <1332800486-11104-1-git-send-email-johann.mercadier@imerir.com> X-Mailer: git-send-email 1.7.2.5 X-Gm-Message-State: ALoCoQkwoFaG0p22riylr5dwlqsgPasIW9DbmAIWwQqwILLwbEA8y4GIVat7lL/FYlUNA/dHTBuw Cc: JoM Subject: [Buildroot] [PATCH 1/2] fix help comment Signed-off-by: JoM 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 --- package/Config.in | 1 + package/fbterm/Config.in | 12 ++++++++++++ package/fbterm/fbterm.mk | 23 +++++++++++++++++++++++ 3 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 package/fbterm/Config.in create mode 100644 package/fbterm/fbterm.mk diff --git a/package/Config.in b/package/Config.in index 85583c6..c2d02b7 100644 --- a/package/Config.in +++ b/package/Config.in @@ -109,6 +109,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS source "package/fbset/Config.in" endif source "package/fbv/Config.in" +source "package/fbterm/Config.in" source "package/imagemagick/Config.in" source "package/linux-fusion/Config.in" source "package/lite/Config.in" diff --git a/package/fbterm/Config.in b/package/fbterm/Config.in new file mode 100644 index 0000000..0a36a9f --- /dev/null +++ b/package/fbterm/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_FBTERM + bool "fbterm" + select BR2_PACKAGE_FREETYPE + select BR2_PACKAGE_FONTCONFIG + select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_EXPAT + help + FbTerm (Frame buffer terminal emulator) is a fast terminal emulator and a + standalone replacement of GNU/Linux terminal that can function outside of + Xorg with the frame buffer device or VESA video card. + + http://code.google.com/p/fbterm/ diff --git a/package/fbterm/fbterm.mk b/package/fbterm/fbterm.mk new file mode 100644 index 0000000..44f63f1 --- /dev/null +++ b/package/fbterm/fbterm.mk @@ -0,0 +1,23 @@ +############################################################# +# +# fbterm +# +############################################################# +FBTERM_BINARY = fbterm +FBTERM_TARGET_BINARY = usr/bin/$(FBTERM_BINARY) +FBTERM_VERSION = 1.7.0 +FBTERM_SITE = http://fbterm.googlecode.com/files +FBTERM_DEPENDENCIES += freetype fontconfig + +ifeq ($(BR2_PACKAGE_ZLIB),y) + FBTERM_DEPENDENCIES += zlib +endif + +FBTERM_DEPENDENCIES += $(if $(BR2_PACKAGE_EXPAT),expat) + +define FBTERM_UNINSTALL_CMDS + rm -f $(TARGET_DIR)/$(FBTERM_TARGET_BINARY) +endef + + +$(eval $(call AUTOTARGETS))