wok-next diff xorg-xf86-input-synaptics/receipt @ rev 18973
splashutils: fix build, update URLs, add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 12 14:29:04 2016 +0200 (2016-03-12) |
parents | 493d6ffb095b |
children | cf73a696513b |
line diff
1.1 --- a/xorg-xf86-input-synaptics/receipt Tue Dec 18 02:59:46 2012 +0000 1.2 +++ b/xorg-xf86-input-synaptics/receipt Sat Mar 12 14:29:04 2016 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xorg synaptics driver." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg-server xorg-libXtst mtdev" 1.8 -BUILD_DEPENDS="xorg-server-dev xorg-libXtst-dev mtdev-dev" 1.9 +LICENSE="MIT" 1.10 SOURCE="xf86-input-synaptics" 1.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.x.org/" 1.13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.14 1.15 +DEPENDS="xorg-server xorg-libXtst mtdev" 1.16 +BUILD_DEPENDS="xorg-server-dev xorg-libXtst-dev mtdev-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -24,16 +26,16 @@ 1.22 --with-xorg-module-dir=/usr/lib/X11/modules \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/lib/X11/modules/input/ 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ 1.35 - $fs/usr/lib/X11/modules/input/ 1.36 + cp -a $install/usr/bin $fs/usr 1.37 + cp -a $install/usr/lib/X11/modules/input/*.so \ 1.38 + $fs/usr/lib/X11/modules/input/ 1.39 mkdir -p $fs/etc/X11/xorg.conf.d 1.40 cp -a $stuff/*.conf $fs/etc/X11/xorg.conf.d 1.41 }