wok rev 15163
Up xorg-xf86-input-vmmouse (13.0.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 18:47:25 2013 +0000 (2013-08-15) |
parents | 442cc1368715 |
children | 04042ec75fbb |
files | xorg-xf86-input-vmmouse/receipt |
line diff
1.1 --- a/xorg-xf86-input-vmmouse/receipt Thu Aug 15 18:41:28 2013 +0000 1.2 +++ b/xorg-xf86-input-vmmouse/receipt Thu Aug 15 18:47:25 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-input-vmmouse" 1.7 -VERSION="12.6.10" 1.8 +VERSION="13.0.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="X.org VMWare Mouse Input driver." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -22,15 +22,15 @@ 1.13 --mandir=/usr/share/man \ 1.14 --with-xorg-conf-dir=/etc/X11/xorg.conf.d \ 1.15 $CONFIGURE_ARGS && 1.16 - make && make DESTDIR=$PWD/_pkg install 1.17 + make && make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/lib $fs/usr 1.26 - cp -a $_pkg/etc $fs 1.27 + cp -a $install/usr/bin $fs/usr 1.28 + cp -a $install/usr/lib $fs/usr 1.29 + cp -a $install/etc $fs 1.30 } 1.31