wok rev 22283

updated xorg-xf86-video-v4l (0.2.0 -> 0.3.0)
author Hans-G?nter Theisgen
date Wed Nov 13 14:43:24 2019 +0100 (2019-11-13)
parents 37cce7c1aeef
children 4ef8c4b28070
files xorg-xf86-video-v4l/receipt
line diff
     1.1 --- a/xorg-xf86-video-v4l/receipt	Wed Nov 13 14:36:23 2019 +0100
     1.2 +++ b/xorg-xf86-video-v4l/receipt	Wed Nov 13 14:43:24 2019 +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.