wok rev 23777

updated xorg-xinput (1.5.4 -> 1.6.3)
author Hans-G?nter Theisgen
date Wed May 20 17:23:29 2020 +0100 (2020-05-20)
parents 8dc9d75602ca
children 5558a074a5e4
files xorg-xinput/receipt
line diff
     1.1 --- a/xorg-xinput/receipt	Wed May 20 16:55:27 2020 +0100
     1.2 +++ b/xorg-xinput/receipt	Wed May 20 17:23:29 2020 +0100
     1.3 @@ -1,33 +1,35 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xinput"
     1.7 -VERSION="1.5.4"
     1.8 +VERSION="1.6.3"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X input utility (MPX support)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/"
    1.14 +
    1.15  SOURCE="xinput"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  DEPENDS="xorg-libXi"
    1.22  BUILD_DEPENDS="xorg-libXi-dev"
    1.23  
    1.24 +HOST_ARCH="i486 arm"
    1.25 +
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	./configure \
    1.31 -		--mandir=/usr/share/man \
    1.32 +	./configure			\
    1.33 +		--mandir=/usr/share/man	\
    1.34  		$CONFIGURE_ARGS &&
    1.35 -		make && make install
    1.36 +	make &&
    1.37 +	make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43  	mkdir -p $fs/usr
    1.44 -	cp -a $install/usr/bin $fs/usr
    1.45 +	cp -a $install/usr/bin	$fs/usr
    1.46  }