# HG changeset patch # User Pascal Bellard # Date 1376592445 0 # Node ID 6f80c2cdb0f1ea76f8fe57fa68f1f5b56d45ad6d # Parent 442cc13687154a8ae363cf13425cf027d2911c6f Up xorg-xf86-input-vmmouse (13.0.0) diff -r 442cc1368715 -r 6f80c2cdb0f1 xorg-xf86-input-vmmouse/receipt --- a/xorg-xf86-input-vmmouse/receipt Thu Aug 15 18:41:28 2013 +0000 +++ b/xorg-xf86-input-vmmouse/receipt Thu Aug 15 18:47:25 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-vmmouse" -VERSION="12.6.10" +VERSION="13.0.0" CATEGORY="x-window" SHORT_DESC="X.org VMWare Mouse Input driver." MAINTAINER="slaxemulator@gmail.com" @@ -22,15 +22,15 @@ --mandir=/usr/share/man \ --with-xorg-conf-dir=/etc/X11/xorg.conf.d \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/etc $fs }