wok view xinput-calibrator/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="xinput-calibrator"
4 VERSION="0.7.5"
5 CATEGORY="x-window"
6 SHORT_DESC="A generic touchscreen calibration program for X.Org"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="xinput_calibrator"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.freedesktop.org/wiki/Software/xinput_calibrator/"
12 WGET_URL="http://cloud.github.com/downloads/tias/xinput_calibrator/$TARBALL"
13 HOST_ARCH="i486 arm"
15 DEPENDS="xorg-libX11"
16 BUILD_DEPENDS="xorg-libX11"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share/pixmaps
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/pixmaps/*.xpm \
32 $fs/usr/share/pixmaps
33 }