wok diff dvgrab/receipt @ rev 20375

I. nagios update: 3.5.0 (March 15, 2013) -> 3.5.1 (2013-08-30) II. typo
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 07:19:54 2018 +0000 (2018-06-13)
parents 7abf990db309
children e6b7a2aaf2e1
line diff
     1.1 --- a/dvgrab/receipt	Mon Sep 23 12:20:26 2013 +0000
     1.2 +++ b/dvgrab/receipt	Wed Jun 13 07:19:54 2018 +0000
     1.3 @@ -11,14 +11,14 @@
     1.4  WGET_URL="http://downloads.sourceforge.net/kino/$TARBALL"
     1.5  TAGS="firewire video"
     1.6  
     1.7 -DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base"
     1.8 -BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev libiec61883-dev"
     1.9 +DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base jpeg"
    1.10 +BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev \
    1.11 +libiec61883-dev jpeg-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  
    1.15  compile_rules()
    1.16  {
    1.17 -	cd $src
    1.18  	./configure --prefix=/usr &&
    1.19  	make &&
    1.20  	make DESTDIR=$DESTDIR install