wok diff motion/receipt @ rev 23839

Up tor (0.4.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 03 18:59:32 2020 +0000 (2020-06-03)
parents dca10c877d95
children 5ea0ce1cecc0
line diff
     1.1 --- a/motion/receipt	Tue Apr 30 17:55:19 2019 +0100
     1.2 +++ b/motion/receipt	Wed Jun 03 18:59:32 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="motion"
     1.7 -VERSION="4.2.2"
     1.8 +VERSION="4.3.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Monitors the video signal from cameras."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -18,10 +18,12 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	sed -i 's@<linux/videodev.h>@<libv4l1.h>\n#include <linux/videodev2.h>@' *.c *.h
    1.17 +	sed -i 's@<linux/videodev.h>@<libv4l1.h>\n#include <linux/videodev2.h>@' \
    1.18 +		src/*.c \
    1.19 +		src/*.h
    1.20  
    1.21 -	autoreconf -fiv
    1.22 -	./configure \
    1.23 +	autoreconf -fiv &&
    1.24 +	./configure			\
    1.25  		--sysconfdir=/etc/motion &&
    1.26  	make &&
    1.27  	make install
    1.28 @@ -37,5 +39,5 @@
    1.29  	cp -a $stuff/motion.conf	$fs/etc/motion
    1.30  	cp -a $stuff/init.d		$fs/etc
    1.31  
    1.32 -	chmod 0644 $fs/etc/motion/*
    1.33 +	chmod 0644			$fs/etc/motion/*
    1.34  }