dmenu: new port

This commit is contained in:
Bartlomiej Palmowski 2008-08-01 01:23:34 +02:00
parent 1c330e88f7
commit 59399060fc
3 changed files with 28 additions and 0 deletions

8
dmenu/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dmenu
-rwxr-xr-x root/root usr/bin/dmenu_path
-rwxr-xr-x root/root usr/bin/dmenu_run
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dmenu.1.gz

1
dmenu/.md5sum Normal file
View File

@ -0,0 +1 @@
67f58a3ae401d17ee64aa75354779b63 dmenu-3.8.tar.gz

19
dmenu/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: dynamic menu, originally designed for dwm
# URL: http://www.suckless.org/programs/dmenu.html
# Packager: Richard Poettler, richard dot poettler at gmail dot com
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: xorg-libxinerama
name=dmenu
version=3.8
release=1
source=(http://code.suckless.org/dl/tools/$name-$version.tar.gz)
build () {
cd "$name-$version"
make
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
install
}