wok diff dmenu/receipt @ rev 3175
reconfigure udev after /etc/udev/rules.d addition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 13:26:29 2009 +0200 (2009-05-25) |
parents | a7f7f7a86f55 |
children | 74a6a43bf614 |
line diff
1.1 --- a/dmenu/receipt Fri Apr 24 07:44:25 2009 +0000 1.2 +++ b/dmenu/receipt Mon May 25 13:26:29 2009 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="dynamic menu lauch bar" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXinerama" 1.9 BUILD_DEPENDS="xorg-libX11-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://code.suckless.org/dl/tools" 1.12 @@ -15,7 +15,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - make 1.17 + make && 1.18 make DESTDIR=$PWD/_pkg install 1.19 } 1.20