wok-6.x diff xorg-xf86-video-r128/receipt @ rev 22848
webgames: add fr translations (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 15 16:12:12 2020 +0100 (2020-02-15) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xf86-video-r128/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xf86-video-r128/receipt Sat Feb 15 16:12:12 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-video-r128" 1.7 -VERSION="6.10.2" 1.8 +VERSION="6.12.0" 1.9 CATEGORY="x-window" 1.10 +TAGS="xorg display" 1.11 SHORT_DESC="Xorg server Rage128 driver." 1.12 MAINTAINER="gokhlayeh@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 SOURCE="xf86-video-r128" 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 mesa-dri-r128" 1.23 +DEPENDS="mesa-dri-r128 xorg-server" 1.24 BUILD_DEPENDS="xorg-server-dev" 1.25 1.26 MODS='/usr/lib/X11/modules' 1.27 @@ -20,15 +21,15 @@ 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 - --enable-dri \ 1.38 + ./configure \ 1.39 + --sysconfdir=/etc \ 1.40 + --mandir=/usr/share/man \ 1.41 + --localstatedir=/var \ 1.42 + --with-xorg-module-dir=$MODS \ 1.43 + --enable-dri \ 1.44 $CONFIGURE_ARGS && 1.45 - make && make install 1.46 + make && 1.47 + make install 1.48 } 1.49 1.50 # Rules to gen a SliTaz package suitable for Tazpkg. 1.51 @@ -37,4 +38,3 @@ 1.52 mkdir -p ${fs}${MODS}/drivers 1.53 cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers 1.54 } 1.55 -