# SliTaz package receipt. PACKAGE="xorg-xf86-input-evtouch" VERSION="0.8.8" CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-input-evtouch" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://www.conan.de/touchscreen/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src grep -qs dummy evtouch.c && patch -p1 < $stuff/evtouch.u ./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() { cp -a $_pkg/usr $fs rm -f $fs/usr/lib/X11/modules/input/*.la }