summaryrefslogtreecommitdiff
path: root/community/dmenu
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/dmenu
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/dmenu')
-rw-r--r--community/dmenu/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD
deleted file mode 100644
index 9a45dd17f..000000000
--- a/community/dmenu/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 69620 2012-04-20 14:11:11Z bpiotrowski $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
-# Contributor: Thorsten Töpper <atsutane-tu@freethoughts.de>
-# Contributor: Thayer Williams <thayer@archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
-
-pkgname=dmenu
-pkgver=4.5
-pkgrel=3
-pkgdesc="A generic menu for X"
-url="http://tools.suckless.org/dmenu/"
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('sh' 'libxinerama')
-source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
-md5sums=('9c46169ed703732ec52ed946c27d84b4')
-
-build(){
- cd $srcdir/$pkgname-$pkgver
- make \
- X11INC=/usr/include/X11 \
- X11LIB=/usr/lib/X11
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make PREFIX=/usr DESTDIR=$pkgdir install
- install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}