summaryrefslogtreecommitdiff
path: root/community/dmenu
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-18 12:59:47 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-18 12:59:47 -0300
commit12c074375919d2de177eb9456352866902118a03 (patch)
tree3f6b2e5baadedbc7901bf3e614fd017ca8aaee52 /community/dmenu
parent598db82f25ffe3557e395a11f379de65af9e1ac1 (diff)
parentddddf9c453076a407bfdbf3e030e606f31ee2b86 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/dopewars/PKGBUILD community/virtualbox/PKGBUILD core/lvm2/PKGBUILD extra/aspell/PKGBUILD extra/gnome-python-extras/PKGBUILD extra/libproxy/PKGBUILD extra/live-media/PKGBUILD extra/ocaml/PKGBUILD extra/putty/PKGBUILD extra/python/PKGBUILD extra/ruby/PKGBUILD kde-unstable/calligra/PKGBUILD multilib-testing/lib32-mesa/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to 'community/dmenu')
-rw-r--r--community/dmenu/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD
index 39157f110..a95131fcf 100644
--- a/community/dmenu/PKGBUILD
+++ b/community/dmenu/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 47199 2011-05-18 20:06:50Z jelle $
+# $Id: PKGBUILD 51710 2011-07-13 12:57:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Thayer Williams <thayer@archlinux.org>
@@ -12,19 +12,16 @@ url="http://tools.suckless.org/dmenu/"
arch=('i686' 'x86_64' 'mips64el')
license=('MIT')
depends=('sh' 'libxinerama')
-#source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz")
-source=("$pkgname-$pkgver.tar.gz::http://hg.suckless.org/dmenu/archive/tip.tar.gz")
-md5sums=('a0e253e2a38c96f7bfd80b23a9ba6a12')
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz")
+md5sums=('6b619f6901bf4765442b4e410b1e5410')
build(){
-# cd $srcdir/$pkgname-$pkgver
- cd `find $srcdir -type d -name dmenu-\*`
+ cd $srcdir/$pkgname-$pkgver
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
}
package() {
-# cd $srcdir/$pkgname-$pkgver
- cd `find $srcdir -type d -name dmenu-\*`
+ cd $srcdir/$pkgname-$pkgver
make PREFIX=/usr DESTDIR=$pkgdir install
install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}