# HG changeset patch # User Pascal Bellard # Date 1265321735 -3600 # Node ID 9d594cfaf7c696b10f8aaf56ee6e39a5efb3322e # Parent b7f355968e1dba24dc8cd98d365cabee5893fa7f Add xorg-xf86-input-void diff -r b7f355968e1d -r 9d594cfaf7c6 xorg-xf86-input-void/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-xf86-input-void/receipt Thu Feb 04 23:15:35 2010 +0100 @@ -0,0 +1,38 @@ +# SliTaz package receipt. + +PACKAGE="xorg-xf86-input-void" +VERSION="1.3.0" +CATEGORY="x-window" +SHORT_DESC="Xorg server protocol." +MAINTAINER="pankso@slitaz.org" +DEPENDS="xorg" +BUILD_DEPENDS="xorg-server xorg-xproto" +SOURCE="xf86-input-void" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/driver/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + --enable-evcalibrate \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg 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 \ + $fs/usr/lib/X11/modules/input/ +} + diff -r b7f355968e1d -r 9d594cfaf7c6 xz/receipt --- a/xz/receipt Thu Feb 04 22:43:13 2010 +0100 +++ b/xz/receipt Thu Feb 04 23:15:35 2010 +0100 @@ -26,7 +26,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin $fs/usr/lib + mkdir -p $fs/usr/bin cp -a $_pkg/usr/bin/xz $fs/usr/bin cp stuff/lzma $fs/usr/bin }