wok diff xorg-xf86-video-fbturbo/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 94128ce5fcfd
children 5ea0ce1cecc0
line diff
     1.1 --- a/xorg-xf86-video-fbturbo/receipt	Tue Apr 22 02:08:38 2014 +0200
     1.2 +++ b/xorg-xf86-video-fbturbo/receipt	Sun Mar 01 17:39:44 2020 +0100
     1.3 @@ -1,39 +1,36 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-video-fbturbo"
     1.7 -VERSION="0.2.0"
     1.8 +VERSION="0.4.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg DDX driver for ARM devices (Allwinner, RPi and others)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://github.com/ssvb/xf86-video-fbturbo"
    1.14 +
    1.15  SOURCE="xf86-video-fbturbo"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/ssvb/xf86-video-fbturbo"
    1.18  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.19 -HOST_ARCH="i486 arm"
    1.20 -
    1.21 -# 0.4.0 ---> fatal error: dri2.h: No such file or directory
    1.22 -#
    1.23 -# We must have DRI support into Xorg server. This is not the case 
    1.24 -# actually because I stripped down Xorg build since it mesa are not
    1.25 -# ported yet.
    1.26  
    1.27  BUILD_DEPENDS="xorg-server-dev"
    1.28  
    1.29 +HOST_ARCH="i486 arm"
    1.30 +
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34  	autoreconf -vi
    1.35 -	./configure \
    1.36 -		--with-xorg-module-dir=/usr/lib/X11/modules \
    1.37 +	./configure						\
    1.38 +		--with-xorg-module-dir=/usr/lib/X11/modules	\
    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  genpkg_rules()
    1.47  {
    1.48 -	mkdir -p $fs/usr/lib/X11/modules/drivers/
    1.49 -    cp -a $install/usr/lib/X11/modules/drivers/*.so \
    1.50 -    	$fs/usr/lib/X11/modules/drivers/
    1.51 +	mkdir -p $fs/usr/lib/X11/modules/drivers
    1.52 +	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    1.53 +		$fs/usr/lib/X11/modules/drivers/
    1.54  }