# HG changeset patch # User Hans-G?nter Theisgen # Date 1589991809 -3600 # Node ID 79596f414e4dddc3eb49c3bef390fdf01f24d1ea # Parent 8dc9d75602ca35230bd5818763d46d24ca8bc4c6 updated xorg-xinput (1.5.4 -> 1.6.3) diff -r 8dc9d75602ca -r 79596f414e4d xorg-xinput/receipt --- a/xorg-xinput/receipt Wed May 20 16:55:27 2020 +0100 +++ b/xorg-xinput/receipt Wed May 20 17:23:29 2020 +0100 @@ -1,33 +1,35 @@ # SliTaz package receipt. PACKAGE="xorg-xinput" -VERSION="1.5.4" +VERSION="1.6.3" CATEGORY="x-window" SHORT_DESC="X input utility (MPX support)." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/" + SOURCE="xinput" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="xorg-libXi" BUILD_DEPENDS="xorg-libXi-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --mandir=/usr/share/man \ + ./configure \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }