wok diff jwm/receipt @ rev 209

Full up categories security + x-window
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 13 14:56:26 2008 +0100 (2008-02-13)
parents 0a7773e78e1d
children fb4b753f4f90
line diff
     1.1 --- a/jwm/receipt	Tue Dec 18 13:52:06 2007 +0100
     1.2 +++ b/jwm/receipt	Wed Feb 13 14:56:26 2008 +0100
     1.3 @@ -13,10 +13,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    cd $src
     1.8 -    ./configure --prefix=/usr --mandir=/usr/share/man \
     1.9 -    --sysconfdir=/etc/jwm $CONFIGURE_ARGS
    1.10 -    make
    1.11 +	cd $src
    1.12 +	./configure \
    1.13 +    	--prefix=/usr \
    1.14 +    	--mandir=/usr/share/man \
    1.15 +		--sysconfdir=/etc/jwm \
    1.16 +		--disable-fribidi \
    1.17 +		$CONFIGURE_ARGS
    1.18 +	make
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.