wok rev 16394

Add: xinput-calibrator (for touchscreen calibration, tested on my pitft)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 15 18:32:55 2014 +0200 (2014-04-15)
parents 37daf720b777
children fa39e0a3612e
files xinput-calibrator/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xinput-calibrator/receipt	Tue Apr 15 18:32:55 2014 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xinput-calibrator"
     1.7 +VERSION="0.7.5"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="A generic touchscreen calibration program for X.Org"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +SOURCE="xinput_calibrator"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.freedesktop.org/wiki/Software/xinput_calibrator/"
    1.15 +WGET_URL="http://cloud.github.com/downloads/tias/xinput_calibrator/$TARBALL"
    1.16 +HOST_ARCH="i486 arm"
    1.17 +
    1.18 +DEPENDS="xorg-libX11"
    1.19 +BUILD_DEPENDS="xorg-libX11"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./configure \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/share/pixmaps
    1.33 +	cp -a $install/usr/bin $fs/usr
    1.34 +	cp -a $install/usr/share/pixmaps/*.xpm \
    1.35 +		$fs/usr/share/pixmaps
    1.36 +}