wok-undigest diff xorg-xf86-input-evtouch/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xf86-input-evtouch/receipt	Wed Sep 09 14:00:14 2020 +0100
     1.3 @@ -0,0 +1,40 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-xf86-input-evtouch"
     1.7 +VERSION="0.8.8"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xorg server protocol."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +SOURCE="xf86-input-evtouch"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +WGET_URL="http://www.conan.de/touchscreen/$TARBALL"
    1.16 +
    1.17 +DEPENDS="xorg-server"
    1.18 +BUILD_DEPENDS="xorg-server-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +    cd $src
    1.24 +    grep -qs dummy evtouch.c && patch -p1 < $stuff/evtouch.u
    1.25 +    ./configure \
    1.26 +    	--prefix=/usr \
    1.27 +    	--sysconfdir=/etc \
    1.28 +    	--mandir=/usr/share/man \
    1.29 +    	--localstatedir=/var \
    1.30 +    	--with-xorg-module-dir=/usr/lib/X11/modules \
    1.31 +	--enable-evcalibrate \
    1.32 +    	$CONFIGURE_ARGS &&
    1.33 +    make &&
    1.34 +    make DESTDIR=$DESTDIR install
    1.35 +}
    1.36 +
    1.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 +genpkg_rules()
    1.39 +{
    1.40 +    cp -a $install/usr $fs
    1.41 +    rm -f $fs/usr/lib/X11/modules/input/*.la
    1.42 +}
    1.43 +