wok rev 22271

updated xorg-xf86-video-geode (2.11.14 -> 2.11.20)
author Hans-G?nter Theisgen
date Wed Nov 13 10:57:11 2019 +0100 (2019-11-13)
parents d133cdf4d993
children 4880ad095051
files xorg-xf86-video-geode/receipt
line diff
     1.1 --- a/xorg-xf86-video-geode/receipt	Wed Nov 13 10:51:36 2019 +0100
     1.2 +++ b/xorg-xf86-video-geode/receipt	Wed Nov 13 10:57:11 2019 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-video-geode"
     1.7 -VERSION="2.11.14"
     1.8 +VERSION="2.11.20"
     1.9  CATEGORY="x-window"
    1.10 +TAGS="xorg display"
    1.11  SHORT_DESC="Xorg AMD Geode 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-geode"
    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 @@ -20,14 +21,14 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	./configure \
    1.30 -		--sysconfdir=/etc \
    1.31 -		--mandir=/usr/share/man \
    1.32 -		--localstatedir=/var \
    1.33 -		--with-xorg-module-dir=$MODS \
    1.34 +	./configure				\
    1.35 +		--sysconfdir=/etc		\
    1.36 +		--mandir=/usr/share/man		\
    1.37 +		--localstatedir=/var		\
    1.38 +		--with-xorg-module-dir=$MODS	\
    1.39  		$CONFIGURE_ARGS &&
    1.40 -	make && make install
    1.41 +	make &&
    1.42 +	make install
    1.43  }
    1.44  
    1.45  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.46 @@ -36,4 +37,3 @@
    1.47  	mkdir -p ${fs}${MODS}/drivers
    1.48  	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
    1.49  }
    1.50 -