wok rev 15162
Up xorg-xf86-input-keyboard (1.7.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 18:41:28 2013 +0000 (2013-08-15) |
parents | db8a785389a8 |
children | 6f80c2cdb0f1 |
files | xorg-xf86-input-elographics/receipt xorg-xf86-input-keyboard/receipt |
line diff
1.1 --- a/xorg-xf86-input-elographics/receipt Thu Aug 15 18:40:18 2013 +0000 1.2 +++ b/xorg-xf86-input-elographics/receipt Thu Aug 15 18:41:28 2013 +0000 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xorg elographics driver." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg-server" 1.8 -BUILD_DEPENDS="xorg-server-dev" 1.9 SOURCE="xf86-input-elographics" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.x.org/" 1.12 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.13 1.14 +DEPENDS="xorg-server" 1.15 +BUILD_DEPENDS="xorg-server-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {
2.1 --- a/xorg-xf86-input-keyboard/receipt Thu Aug 15 18:40:18 2013 +0000 2.2 +++ b/xorg-xf86-input-keyboard/receipt Thu Aug 15 18:41:28 2013 +0000 2.3 @@ -1,17 +1,18 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-xf86-input-keyboard" 2.7 -VERSION="1.4.0" 2.8 +VERSION="1.7.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xorg server keyboard driver." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -DEPENDS="xorg-server" 2.13 -BUILD_DEPENDS="xorg-server-dev" 2.14 SOURCE="xf86-input-keyboard" 2.15 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.16 WEB_SITE="http://www.x.org/" 2.17 WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/driver/$TARBALL" 2.18 2.19 +DEPENDS="xorg-server" 2.20 +BUILD_DEPENDS="xorg-server-dev" 2.21 + 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 @@ -24,14 +25,14 @@ 2.26 --with-xorg-module-dir=/usr/lib/X11/modules \ 2.27 $CONFIGURE_ARGS && 2.28 make && 2.29 - make DESTDIR=$PWD/_pkg install 2.30 + make DESTDIR=$DESTDIR install 2.31 } 2.32 2.33 # Rules to gen a SliTaz package suitable for Tazpkg. 2.34 genpkg_rules() 2.35 { 2.36 mkdir -p $fs/usr/lib/X11/modules/input/ 2.37 - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ 2.38 + cp -a $install/usr/lib/X11/modules/input/*.so \ 2.39 $fs/usr/lib/X11/modules/input/ 2.40 } 2.41