wok diff xorg-xf86-input-keyboard/receipt @ 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 c514cc4854d8
children eb8067417980
line diff
     1.1 --- a/xorg-xf86-input-keyboard/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-xf86-input-keyboard/receipt	Thu Aug 15 18:41:28 2013 +0000
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-input-keyboard"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.7.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server keyboard driver."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="xorg-server"
    1.13 -BUILD_DEPENDS="xorg-server-dev"
    1.14  SOURCE="xf86-input-keyboard"
    1.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.x.org/"
    1.17  WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/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 @@ -24,14 +25,14 @@
    1.26      	--with-xorg-module-dir=/usr/lib/X11/modules \
    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