wok diff libquicktime/receipt @ rev 14000

Up: emacs-pkg-lua-mode (20111107)
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 14 13:36:00 2013 +0100 (2013-02-14)
parents 6ad7fec1c8d0
children 086841d75237
line diff
     1.1 --- a/libquicktime/receipt	Sat Apr 21 09:28:36 2012 +0000
     1.2 +++ b/libquicktime/receipt	Thu Feb 14 13:36:00 2013 +0100
     1.3 @@ -15,15 +15,15 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -  cd $src
     1.8 -  ./configure --prefix=/usr  \
     1.9 -	--enable-gpl \
    1.10 -	--with-ffmpeg \
    1.11 -	--with-x264 \
    1.12 -	--without-doxygen \
    1.13 -	$CONFIGURE_ARGS &&
    1.14 -  make &&
    1.15 -  make DESTDIR=$DESTDIR install
    1.16 +	cd $src
    1.17 +	./configure --prefix=/usr  \
    1.18 +		--enable-gpl \
    1.19 +		--with-ffmpeg \
    1.20 +		--with-x264 \
    1.21 +		--without-doxygen \
    1.22 +		$CONFIGURE_ARGS &&
    1.23 +	make &&
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  	
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.