wok diff mjpegtools/receipt @ rev 12358

Up: mjpegtools to 2.0.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 21:29:32 2012 +0000 (2012-04-19)
parents d1768332cee0
children 89517f376e5d
line diff
     1.1 --- a/mjpegtools/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/mjpegtools/receipt	Thu Apr 19 21:29:32 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mjpegtools"
     1.7 -VERSION="1.9.0"
     1.8 +VERSION="2.0.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="MPEG manipulation tools."
    1.11  TAGS="mpeg mjpeg video"
    1.12 @@ -18,20 +18,13 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	while read file; do
    1.17 -		[ -f done.$file ] && continue
    1.18 -		echo "Apply $file..."
    1.19 -		patch -p1 < $stuff/$file || return 1
    1.20 -		touch done.$file
    1.21 -	done <<EOT
    1.22 -gcc44.u
    1.23 -EOT
    1.24  	./configure \
    1.25  		--prefix=/usr \
    1.26  		--mandir=/usr/share/man \
    1.27 +		--disable-v4l \
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30 -	make DESTDIR=$PWD/_pkg install
    1.31 +	make DESTDIR=$DESTDIR install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.