# HG changeset patch # User Hans-G?nter Theisgen # Date 1573652604 -3600 # Node ID bdf615a85cda6a77c64010dd9b818de2b3cce22a # Parent 37cce7c1aeef3de9cd52afb4a12760b42cc51ba8 updated xorg-xf86-video-v4l (0.2.0 -> 0.3.0) diff -r 37cce7c1aeef -r bdf615a85cda xorg-xf86-video-v4l/receipt --- a/xorg-xf86-video-v4l/receipt Wed Nov 13 14:36:23 2019 +0100 +++ b/xorg-xf86-video-v4l/receipt Wed Nov 13 14:43:24 2019 +0100 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-video-v4l" -VERSION="0.2.0" +VERSION="0.3.0" CATEGORY="x-window" +SHORT_DESC="X.org v4l video driver." MAINTAINER="devel@slitaz.org" LICENSE="MIT" -SHORT_DESC="X.org v4l video driver" -WEB_SITE="http://xorg.freedesktop.org/" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xf86-video-v4l" TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="$WEB_SITE/releases/individual/driver/$TARBALL" -TAGS="" +WGET_URL="$XORG_MIRROR/driver/$TARBALL" DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" @@ -20,14 +20,14 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=$MODS \ + ./configure \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --with-xorg-module-dir=$MODS \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.