# HG changeset patch # User Hans-G?nter Theisgen # Date 1573637621 -3600 # Node ID c66bb42e5b3fb0f42d793396b2f57b06d1058ba7 # Parent 7295feaeec8247217f00b9fd724f0648df136878 updated xorg-xf86-input-void (1.4.0 -> 1.4.1) diff -r 7295feaeec82 -r c66bb42e5b3f xorg-xf86-input-void/receipt --- a/xorg-xf86-input-void/receipt Wed Nov 13 10:27:54 2019 +0100 +++ b/xorg-xf86-input-void/receipt Wed Nov 13 10:33:41 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-void" -VERSION="1.4.0" +VERSION="1.4.1" CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xf86-input-void" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" DEPENDS="xorg-server" @@ -17,24 +18,22 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=/usr/lib/X11/modules \ - --enable-evcalibrate \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + --enable-evcalibrate \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $install/usr/lib/X11/modules/input/*.so \ - $fs/usr/lib/X11/modules/input/ + cp -a $install/usr/lib/X11/modules/input/*.so \ + $fs/usr/lib/X11/modules/input/ } -