[Lunar-commits] <moonbase-other> dmenu: added to -other
v4hn
me at v4hn.de
Sat May 18 19:13:24 CEST 2013
commit 19281c55508422808597f24178eb78d6abdeb4f3
Author: v4hn <me at v4hn.de>
Date: Sat, 18 May 2013 10:12:00 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/19281c55508422808597f24178eb78d6abdeb4f3
dmenu: added to -other
---
x11-utils/dmenu/BUILD | +3/-0
x11-utils/dmenu/DEPENDS | +1/-0
x11-utils/dmenu/DETAILS | +15/-0
3 files changed, 19 insertions(+)
--- /dev/null
+++ b/x11-utils/dmenu/BUILD
@@ -0,0 +1,3 @@
+make &&
+prepare_install &&
+make PREFIX=/usr install
--- /dev/null
+++ b/x11-utils/dmenu/DEPENDS
@@ -0,0 +1 @@
+depends libX11
--- /dev/null
+++ b/x11-utils/dmenu/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=dmenu
+ VERSION=4.5
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://dl.suckless.org/tools/
+ SOURCE_VFY=sha1:70c1a13b950b7b0cb1bc35e30c6e861a78359953
+ WEB_SITE=http://tools.suckless.org/dmenu
+ ENTERED=20130518
+ UPDATED=20130518
+ SHORT="suckless dynamic menu for X"
+
+cat << EOF
+dmenu is a dynamic menu for X, originally designed
+for dwm. It manages large numbers of user-defined
+menu items efficiently.
+EOF
More information about the Lunar-commits
mailing list