wok diff dwm/receipt @ rev 8121

Fixed pcsxr-svn to use lzma-alone instead of lzma wrapper script. Turns out the lzma wrapper script for xz is incompatible with lzma-alone compression. Also lzma-alone compress better.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 00:57:47 2011 +0000 (2011-01-24)
parents 34840ccbb43e
children 59009b1c6878
line diff
     1.1 --- a/dwm/receipt	Mon Sep 07 19:47:50 2009 +0000
     1.2 +++ b/dwm/receipt	Mon Jan 24 00:57:47 2011 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  WGET_URL="http://code.suckless.org/dl/dwm/$TARBALL"
     1.5  DEPENDS="xorg-libX11 xorg-xsetroot"
     1.6  BUILD_DEPENDS="xorg-libX11-dev xorg-xproto xorg-xineramaproto"
     1.7 +TAGS="wm window-manager"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()