wok-stable diff xarchive/receipt @ rev 1481

update BUILD_DEPENDS for easytag gnome-doc-utils libglade libgnomeprint libsexy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 19:30:08 2008 +0000 (2008-10-04)
parents a075ff895254
children 3d99ecce2d4b
line diff
     1.1 --- a/xarchive/receipt	Tue May 13 09:50:02 2008 +0200
     1.2 +++ b/xarchive/receipt	Sat Oct 04 19:30:08 2008 +0000
     1.3 @@ -14,12 +14,14 @@
     1.4  {
     1.5  	cd $src
     1.6  	# patch tar-wrap for busybox tar option
     1.7 +	[ -f done.slitaz-xarchive-wrappers-0.2.8-6.patch ] || \
     1.8  	patch -p1 -i ../stuff/slitaz-xarchive-wrappers-0.2.8-6.patch
     1.9 +	touch done.slitaz-xarchive-wrappers-0.2.8-6.patch
    1.10  
    1.11  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.12 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.13 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.14  
    1.15 -	make
    1.16 +	make &&
    1.17  	make DESTDIR=$PWD/_pkg install
    1.18  }
    1.19