wok diff xorg-xf86-video-v4l/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents eb8067417980
children 5d79829fa876
line diff
     1.1 --- a/xorg-xf86-video-v4l/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xf86-video-v4l/receipt	Tue Jan 14 13:39:45 2020 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-video-v4l"
     1.7 -VERSION="0.2.0"
     1.8 +VERSION="0.3.0"
     1.9  CATEGORY="x-window"
    1.10 +SHORT_DESC="X.org v4l video driver."
    1.11  MAINTAINER="devel@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -SHORT_DESC="X.org v4l video driver"
    1.14 -WEB_SITE="http://xorg.freedesktop.org/"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16 +
    1.17  SOURCE="xf86-video-v4l"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19 -WGET_URL="$WEB_SITE/releases/individual/driver/$TARBALL"
    1.20 -TAGS=""
    1.21 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.22  
    1.23  DEPENDS="xorg-server"
    1.24  BUILD_DEPENDS="xorg-server-dev"
    1.25 @@ -20,14 +20,14 @@
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	./configure \
    1.31 -		--sysconfdir=/etc \
    1.32 -		--mandir=/usr/share/man \
    1.33 -		--localstatedir=/var \
    1.34 -		--with-xorg-module-dir=$MODS \
    1.35 +	./configure				\
    1.36 +		--sysconfdir=/etc		\
    1.37 +		--mandir=/usr/share/man		\
    1.38 +		--localstatedir=/var		\
    1.39 +		--with-xorg-module-dir=$MODS	\
    1.40  		$CONFIGURE_ARGS &&
    1.41 -	make && make install
    1.42 +	make &&
    1.43 +	make install
    1.44  }
    1.45  
    1.46  # Rules to gen a SliTaz package suitable for Tazpkg.