wok rev 22272
updated xorg-xf86-video-i740 (1.3.4 -> 1.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 11:02:46 2019 +0100 (2019-11-13) |
parents | f34197ca6033 |
children | 2b82fb694a56 |
files | xorg-xf86-video-i740/receipt |
line diff
1.1 --- a/xorg-xf86-video-i740/receipt Wed Nov 13 10:57:11 2019 +0100 1.2 +++ b/xorg-xf86-video-i740/receipt Wed Nov 13 11:02:46 2019 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-video-i740" 1.7 -VERSION="1.3.4" 1.8 +VERSION="1.4.0" 1.9 CATEGORY="x-window" 1.10 +TAGS="xorg display" 1.11 SHORT_DESC="Xorg Intel i740 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-i740" 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" 1.23 BUILD_DEPENDS="xorg-server-dev" 1.24 @@ -18,23 +19,21 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 - --sysconfdir=/etc \ 1.32 - --mandir=/usr/share/man \ 1.33 - --localstatedir=/var \ 1.34 - --with-xorg-module-dir=/usr/lib/X11/modules \ 1.35 - $CONFIGURE_ARGS && 1.36 - make && 1.37 - make DESTDIR=$DESTDIR install 1.38 + ./configure \ 1.39 + --prefix=/usr \ 1.40 + --sysconfdir=/etc \ 1.41 + --mandir=/usr/share/man \ 1.42 + --localstatedir=/var \ 1.43 + --with-xorg-module-dir=/usr/lib/X11/modules \ 1.44 + $CONFIGURE_ARGS && 1.45 + make && 1.46 + make DESTDIR=$DESTDIR install 1.47 } 1.48 1.49 # Rules to gen a SliTaz package suitable for Tazpkg. 1.50 genpkg_rules() 1.51 { 1.52 - mkdir -p $fs/usr/lib/X11/modules/drivers/ 1.53 + mkdir -p $fs/usr/lib/X11/modules/drivers 1.54 cp -a $install/usr/lib/X11/modules/drivers/*.so \ 1.55 $fs/usr/lib/X11/modules/drivers/ 1.56 } 1.57 -