# HG changeset patch # User Hans-G?nter Theisgen # Date 1573637274 -3600 # Node ID 7295feaeec8247217f00b9fd724f0648df136878 # Parent a3b8826757f5189e5254a396ec494d82713ae246 updated xorg-xf86-input-vmmouse (13.0.0 -> 13.1.0) diff -r a3b8826757f5 -r 7295feaeec82 xorg-xf86-input-vmmouse/receipt --- a/xorg-xf86-input-vmmouse/receipt Wed Nov 13 10:20:38 2019 +0100 +++ b/xorg-xf86-input-vmmouse/receipt Wed Nov 13 10:27:54 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-vmmouse" -VERSION="13.0.0" +VERSION="13.1.0" CATEGORY="x-window" SHORT_DESC="X.org VMWare Mouse Input driver." MAINTAINER="slaxemulator@gmail.com" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xf86-input-vmmouse" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" DEPENDS="xorg-server" @@ -17,22 +18,22 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-xorg-conf-dir=/etc/X11/xorg.conf.d \ + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-xorg-conf-dir=/etc/X11/xorg.conf.d \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && + make DESTDIR=$DESTDIR 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/lib $fs/usr - cp -a $install/etc $fs + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/etc $fs } -