wok rev 22274

updated xorg-xf86-video-mga (1.5.0 -> 2.0.0)
author Hans-G?nter Theisgen
date Wed Nov 13 11:23:34 2019 +0100 (2019-11-13)
parents 2b82fb694a56
children 4b8383f91605
files xorg-xeyes/receipt xorg-xf86-video-mga/receipt
line diff
     1.1 --- a/xorg-xeyes/receipt	Wed Nov 13 11:13:50 2019 +0100
     1.2 +++ b/xorg-xeyes/receipt	Wed Nov 13 11:23:34 2019 +0100
     1.3 @@ -32,3 +32,4 @@
     1.4  	cp -a $install/usr/bin $fs/usr
     1.5  	chmod +x $fs/usr/bin/*
     1.6  }
     1.7 +
     2.1 --- a/xorg-xf86-video-mga/receipt	Wed Nov 13 11:13:50 2019 +0100
     2.2 +++ b/xorg-xf86-video-mga/receipt	Wed Nov 13 11:23:34 2019 +0100
     2.3 @@ -1,18 +1,19 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-xf86-video-mga"
     2.7 -VERSION="1.5.0"
     2.8 +VERSION="2.0.0"
     2.9  CATEGORY="x-window"
    2.10 +TAGS="xorg display"
    2.11  SHORT_DESC="Xorg driver for Matrox cards."
    2.12  MAINTAINER="keupont@no-log.org"
    2.13  LICENSE="MIT"
    2.14 +WEB_SITE="https://www.x.org/wiki/"
    2.15 +
    2.16  SOURCE="xf86-video-mga"
    2.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.18 -WEB_SITE="https://www.x.org/"
    2.19  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    2.20 -TAGS="xorg display"
    2.21  
    2.22 -DEPENDS="xorg-server mesa-dri-mga"
    2.23 +DEPENDS="mesa-dri-mga xorg-server"
    2.24  BUILD_DEPENDS="xorg-server-dev"
    2.25  
    2.26  MODS='/usr/lib/X11/modules'
    2.27 @@ -20,14 +21,14 @@
    2.28  # Rules to configure and make the package.
    2.29  compile_rules()
    2.30  {
    2.31 -	cd $src
    2.32 -	./configure \
    2.33 -		--sysconfdir=/etc \
    2.34 -		--mandir=/usr/share/man \
    2.35 -		--localstatedir=/var \
    2.36 -		--with-xorg-module-dir=$MODS \
    2.37 +	./configure				\
    2.38 +		--sysconfdir=/etc		\
    2.39 +		--mandir=/usr/share/man		\
    2.40 +		--localstatedir=/var		\
    2.41 +		--with-xorg-module-dir=$MODS	\
    2.42  		$CONFIGURE_ARGS &&
    2.43 -	make && make install
    2.44 +	make &&
    2.45 +	make install
    2.46  }
    2.47  
    2.48  # Rules to gen a SliTaz package suitable for Tazpkg.