wok-next diff dwm/receipt @ rev 13075
Up: activerecord to 3.2.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jun 25 08:37:06 2012 +0000 (2012-06-25) |
parents | 59009b1c6878 |
children | 1726a7fd02b1 |
line diff
1.1 --- a/dwm/receipt Tue Mar 01 17:06:27 2011 +0100 1.2 +++ b/dwm/receipt Mon Jun 25 08:37:06 2012 +0000 1.3 @@ -7,10 +7,12 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://www.suckless.org/dwm/" 1.7 -WGET_URL="http://code.suckless.org/dl/dwm/$TARBALL" 1.8 +WGET_URL="http://dl.suckless.org/dwm/$TARBALL" 1.9 +TAGS="wm window-manager" 1.10 + 1.11 DEPENDS="xorg-libX11 xorg-xsetroot" 1.12 -BUILD_DEPENDS="xorg-libX11-dev xorg-xproto xorg-xineramaproto xorg-libXinerama-dev" 1.13 -TAGS="wm window-manager" 1.14 +BUILD_DEPENDS="xorg-libX11-dev xorg-xproto xorg-xineramaproto \ 1.15 +xorg-libXinerama-dev" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -33,8 +35,8 @@ 1.20 { 1.21 mkdir -p $fs/usr/bin 1.22 cp -a $src/dwm $fs/usr/bin 1.23 - cp -a stuff/dwm-session $fs/usr/bin 1.24 - cp -a stuff/dwmbox $fs/usr/bin 1.25 + cp -a $stuff/dwm-session $fs/usr/bin 1.26 + cp -a $stuff/dwmbox $fs/usr/bin 1.27 chown 0.0 $fs/usr/bin/* 1.28 } 1.29