diff options
author | Bartlomiej Palmowski <maks1k@wp.pl> | 2008-08-01 01:23:34 +0200 |
---|---|---|
committer | Bartlomiej Palmowski <maks1k@wp.pl> | 2008-08-01 01:23:34 +0200 |
commit | 59399060fcc39e21bf2a95290187ae7b0c4edc9d (patch) | |
tree | 3f1839d5b2139cb9d977d1b057257474e4f9fb8b /dmenu | |
parent | 1c330e88f77194dc1fddb3383871f95bdc860904 (diff) | |
download | contrib-59399060fcc39e21bf2a95290187ae7b0c4edc9d.tar.gz contrib-59399060fcc39e21bf2a95290187ae7b0c4edc9d.tar.xz |
dmenu: new port
Diffstat (limited to 'dmenu')
-rw-r--r-- | dmenu/.footprint | 8 | ||||
-rw-r--r-- | dmenu/.md5sum | 1 | ||||
-rw-r--r-- | dmenu/Pkgfile | 19 |
3 files changed, 28 insertions, 0 deletions
diff --git a/dmenu/.footprint b/dmenu/.footprint new file mode 100644 index 000000000..67356630f --- /dev/null +++ b/dmenu/.footprint @@ -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 diff --git a/dmenu/.md5sum b/dmenu/.md5sum new file mode 100644 index 000000000..dbbd37249 --- /dev/null +++ b/dmenu/.md5sum @@ -0,0 +1 @@ +67f58a3ae401d17ee64aa75354779b63 dmenu-3.8.tar.gz diff --git a/dmenu/Pkgfile b/dmenu/Pkgfile new file mode 100644 index 000000000..e74dbf7a4 --- /dev/null +++ b/dmenu/Pkgfile @@ -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 +} |