wok-next diff jwm/receipt @ rev 3777

Add: python-beaker python-mako python-nose python-pylons python-routes python-tempita python-weberror python-webob python-webhelpers python-webtest
author Julien Rabier <taziden@slitaz.org>
date Thu Jul 30 16:35:54 2009 +0200 (2009-07-30)
parents 1a46cc76994f
children 4466fa74bc06
line diff
     1.1 --- a/jwm/receipt	Fri Mar 21 14:16:48 2008 +0100
     1.2 +++ b/jwm/receipt	Thu Jul 30 16:35:54 2009 +0200
     1.3 @@ -15,13 +15,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p1 < ../stuff/resize-backgound.u
     1.8 +	[ -f done.resize-backgound.u ] || patch -p1 < ../stuff/resize-backgound.u
     1.9 +	touch done.resize-backgound.u
    1.10  	./configure \
    1.11      	--prefix=/usr \
    1.12      	--mandir=/usr/share/man \
    1.13  		--sysconfdir=/etc/jwm \
    1.14  		--disable-fribidi \
    1.15 -		$CONFIGURE_ARGS
    1.16 +		$CONFIGURE_ARGS &&
    1.17  	make
    1.18  }
    1.19