wok-next diff xorg-xinput/receipt @ rev 19717

tty-clock: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 23 11:13:34 2017 +0200 (2017-05-23)
parents 9c7363f54032
children f463de72afe3
line diff
     1.1 --- a/xorg-xinput/receipt	Tue Mar 25 21:54:28 2014 +0100
     1.2 +++ b/xorg-xinput/receipt	Tue May 23 11:13:34 2017 +0200
     1.3 @@ -1,33 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xinput"
     1.7 -VERSION="1.5.4"
     1.8 +VERSION="1.6.2"
     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 -SOURCE="xinput"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.x.org/"
    1.16 -WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.17 +WEB_SITE="https://www.x.org/wiki/"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20 -DEPENDS="xorg-libXi"
    1.21 -BUILD_DEPENDS="xorg-libXi-dev"
    1.22 +TARBALL="xinput-$VERSION.tar.bz2"
    1.23 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.24 +
    1.25 +DEPENDS="xorg-libX11 xorg-libXext xorg-libXi xorg-libXinerama xorg-libXrandr"
    1.26 +BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-libXext-dev \
    1.27 +xorg-libXi-dev xorg-inputproto xorg-libXrandr-dev xorg-libXinerama-dev"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	cd $src
    1.33 -	./configure \
    1.34 -		--mandir=/usr/share/man \
    1.35 -		$CONFIGURE_ARGS &&
    1.36 -		make && make install
    1.37 +	./configure $CONFIGURE_ARGS && make && 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 +	cook_copy_folders bin
    1.46  }