wok-4.x diff gecko-mediaplayer/receipt @ rev 3341

Remove DirectFB
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 11 11:12:42 2009 +0200 (2009-06-11)
parents 30163e8a5829
children 24ae58a42508
line diff
     1.1 --- a/gecko-mediaplayer/receipt	Tue May 19 19:54:49 2009 +0000
     1.2 +++ b/gecko-mediaplayer/receipt	Thu Jun 11 11:12:42 2009 +0200
     1.3 @@ -17,10 +17,9 @@
     1.4  {
     1.5  	cd $src	
     1.6  	./configure --prefix=/usr --sysconfdir=/etc \
     1.7 -              --disable-schemas-install --without-gconf &&
     1.8 +	--disable-schemas-install --without-gconf &&
     1.9  	make  &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11 -	
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 @@ -28,5 +27,4 @@
    1.16  {
    1.17  	mkdir -p $fs/usr/lib
    1.18  	cp -a $_pkg/usr/lib/mozilla $fs/usr/lib
    1.19 -
    1.20  }