New package: dmenu-4.4.1 - A generic menu for X
This commit is contained in:
parent
85682aaa5a
commit
92cf567d4d
2 changed files with 26 additions and 0 deletions
3
srcpkgs/dmenu/dmenu.rshlibs
Normal file
3
srcpkgs/dmenu/dmenu.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libX11.so.6
|
||||
libXinerama.so.1
|
||||
libc.so.6
|
23
srcpkgs/dmenu/template
Normal file
23
srcpkgs/dmenu/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'dmenu'
|
||||
pkgname=dmenu
|
||||
version=4.4.1
|
||||
homepage="http://tools.suckless.org/dmenu/"
|
||||
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
|
||||
short_desc="A generic menu for X"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="MIT"
|
||||
checksum=6d641645ab610d98d847b9a64500be7cc0e75bff5342534906936afa6ddb4550
|
||||
long_desc="
|
||||
dmenu is a dynamic menu for X, originally designed for dwm. It manages large
|
||||
numbers of user-defined menu items efficiently."
|
||||
|
||||
Add_dependency build libXinerama-devel
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make ${makejobs} PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
}
|
Loading…
Add table
Reference in a new issue