# HG changeset patch # User Pascal Bellard # Date 1376592538 0 # Node ID 04042ec75fbbfe3f029b4406be3a40c6aed8a58a # Parent 6f80c2cdb0f1ea76f8fe57fa68f1f5b56d45ad6d Up xorg-xf86-input-void (1.4.0) diff -r 6f80c2cdb0f1 -r 04042ec75fbb xorg-xf86-input-void/receipt --- a/xorg-xf86-input-void/receipt Thu Aug 15 18:47:25 2013 +0000 +++ b/xorg-xf86-input-void/receipt Thu Aug 15 18:48:58 2013 +0000 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-void" -VERSION="1.3.0" +VERSION="1.4.0" CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-input-void" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,14 +26,14 @@ --enable-evcalibrate \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ + cp -a $install/usr/lib/X11/modules/input/*.so \ $fs/usr/lib/X11/modules/input/ }