wok rev 15161
Up xorg-xf86-input-elographics (1.4.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 18:40:18 2013 +0000 (2013-08-15) |
parents | 84030f5b745e |
children | 442cc1368715 |
files | xorg-xf86-input-elographics/receipt |
line diff
1.1 --- a/xorg-xf86-input-elographics/receipt Thu Aug 15 18:10:11 2013 +0000 1.2 +++ b/xorg-xf86-input-elographics/receipt Thu Aug 15 18:40:18 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-input-elographics" 1.7 -VERSION="1.2.4" 1.8 +VERSION="1.4.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg elographics driver." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -24,14 +24,14 @@ 1.13 --with-xorg-module-dir=/usr/lib/X11/modules \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$PWD/_pkg install 1.17 + 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/lib/X11/modules/input/ 1.24 - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ 1.25 + cp -a $install/usr/lib/X11/modules/input/*.so \ 1.26 $fs/usr/lib/X11/modules/input/ 1.27 } 1.28