wok-next view xinput-calibrator/receipt @ rev 20844

Add amiwm, tklauncher (thanks Pasquale Frega), tcl2c.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 22 20:40:27 2018 +0300 (2018-06-22)
parents c4e53a39395a
children f99935f1778a
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.freedesktop.org/wiki/Software/xinput_calibrator/"
11 TARBALL="xinput_calibrator-$VERSION.tar.gz"
12 WGET_URL="http://cloud.github.com/downloads/tias/xinput_calibrator/$TARBALL"
14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev xorg-libXi-dev xorg-inputproto"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="xorg-libX11"
26 }