From: Brock Williams <brock@cottonwoodcomputer.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] add package for pdmenu
Date: Fri, 25 Aug 2017 17:33:58 -0600 [thread overview]
Message-ID: <20170825173358.7fd6f8bc@brock-desktop> (raw)
Signed-off-by: Brock Williams <brock@cottonwoodcomputer.com>
---
package/Config.in | 1 +
| 9 +++++++++
| 9 +++++++++
3 files changed, 19 insertions(+)
create mode 100644 package/pdmenu/Config.in
create mode 100644 package/pdmenu/pdmenu.mk
diff --git a/package/Config.in b/package/Config.in
index a512827..8df01a0 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1847,6 +1847,7 @@ comment "Utilities"
source "package/which/Config.in"
source "package/xmlstarlet/Config.in"
source "package/xxhash/Config.in"
+ source "package/pdmenu/Config.in"
endmenu
menu "System tools"
--git a/package/pdmenu/Config.in b/package/pdmenu/Config.in
new file mode 100644
index 0000000..df78c23
--- /dev/null
+++ b/package/pdmenu/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PDMENU
+ bool "pdmenu"
+ depends on BR2_PACKAGE_SLANG
+ help
+ Pdmenu is a full screen menuing system for Unix. It is designed to be easy to use, and is suitable as a login shell for inexperienced users, or it can just be ran at the command line as a handy menu.
+
+ Pdmenu features color support and GPM mouse support at the Linux console. It was developed on Linux, and has now been compiled on many other unixes without problems.
+
+ https://joeyh.name/code/pdmenu/
--git a/package/pdmenu/pdmenu.mk b/package/pdmenu/pdmenu.mk
new file mode 100644
index 0000000..29ab510
--- /dev/null
+++ b/package/pdmenu/pdmenu.mk
@@ -0,0 +1,9 @@
+PDMENU_VERSION = 1.3.4
+PDMENU_SOURCE = pdmenu_$(PDMENU_VERSION).tar.gz
+PDMENU_SITE = http://http.debian.net/debian/pool/main/p/pdmenu
+PDMENU_LICENSE = GPL-2.0+
+PDMENU_LICENSE_FILES = COPYING.GPLv2
+PDMENU_DEPENDENCIES = slang
+PDMENU_INSTALL_TARGET_OPTS = INSTALL_PREFIX=$(TARGET_DIR) install
+
+$(eval $(autotools-package))
--
2.7.4
next reply other threads:[~2017-08-25 23:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-25 23:33 Brock Williams [this message]
2017-08-26 8:16 ` [Buildroot] [PATCH 1/1] add package for pdmenu Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170825173358.7fd6f8bc@brock-desktop \
--to=brock@cottonwoodcomputer.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox