wok-current rev 22276
updated xorg-xf86-video-nv (2.1.20 -> 2.1.21)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 14:01:24 2019 +0100 (2019-11-13) |
parents | 4b8383f91605 |
children | 873fa1b5f8ff |
files | xorg-xf86-video-nv/receipt |
line diff
1.1 --- a/xorg-xf86-video-nv/receipt Wed Nov 13 11:28:41 2019 +0100 1.2 +++ b/xorg-xf86-video-nv/receipt Wed Nov 13 14:01:24 2019 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-video-nv" 1.7 -VERSION="2.1.20" 1.8 +VERSION="2.1.21" 1.9 CATEGORY="x-window" 1.10 +TAGS="xorg display" 1.11 SHORT_DESC="Xorg NVIDIA video driver." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 SOURCE="xf86-video-nv" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="https://www.x.org/" 1.19 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.20 -TAGS="xorg display" 1.21 1.22 -DEPENDS="xorg-server linux-agp" 1.23 +DEPENDS="linux-agp xorg-server" 1.24 BUILD_DEPENDS="xorg-server-dev" 1.25 1.26 MODS='/usr/lib/X11/modules' 1.27 @@ -20,14 +21,14 @@ 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - cd $src 1.32 - ./configure \ 1.33 - --sysconfdir=/etc \ 1.34 - --mandir=/usr/share/man \ 1.35 - --localstatedir=/var \ 1.36 - --with-xorg-module-dir=$MODS \ 1.37 + ./configure \ 1.38 + --sysconfdir=/etc \ 1.39 + --mandir=/usr/share/man \ 1.40 + --localstatedir=/var \ 1.41 + --with-xorg-module-dir=$MODS \ 1.42 $CONFIGURE_ARGS && 1.43 - make && make install 1.44 + make && 1.45 + make install 1.46 } 1.47 1.48 # Rules to gen a SliTaz package suitable for Tazpkg. 1.49 @@ -36,4 +37,3 @@ 1.50 mkdir -p ${fs}${MODS}/drivers 1.51 cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers 1.52 } 1.53 -