wok rev 15164

Up xorg-xf86-input-void (1.4.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 18:48:58 2013 +0000 (2013-08-15)
parents 6f80c2cdb0f1
children 4e99863fd59c
files xorg-xf86-input-void/receipt
line diff
     1.1 --- a/xorg-xf86-input-void/receipt	Thu Aug 15 18:47:25 2013 +0000
     1.2 +++ b/xorg-xf86-input-void/receipt	Thu Aug 15 18:48:58 2013 +0000
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-input-void"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="1.4.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server protocol."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="xorg-server"
    1.13 -BUILD_DEPENDS="xorg-server-dev"
    1.14  SOURCE="xf86-input-void"
    1.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.x.org/"
    1.17  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.18  
    1.19 +DEPENDS="xorg-server"
    1.20 +BUILD_DEPENDS="xorg-server-dev"
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 @@ -25,14 +26,14 @@
    1.26  	--enable-evcalibrate \
    1.27      	$CONFIGURE_ARGS &&
    1.28      make &&
    1.29 -    make DESTDIR=$PWD/_pkg install
    1.30 +    make DESTDIR=$DESTDIR install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36  	mkdir -p $fs/usr/lib/X11/modules/input/
    1.37 -    cp -a $_pkg/usr/lib/X11/modules/input/*.so \
    1.38 +    cp -a $install/usr/lib/X11/modules/input/*.so \
    1.39      	$fs/usr/lib/X11/modules/input/
    1.40  }
    1.41