wok-next view xinput-calibrator/receipt @ rev 21567
updated cppunit (1.14.0 -> 1.15.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 16:07:43 2020 +0100 (2020-06-22) |
parents | d5aab818505e |
children |
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://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="libx11-dev libxext-dev libxi-dev xorgproto"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="libx11"
26 }