wok-next annotate xinput-calibrator/receipt @ rev 21682

updated gifsicle (1.91 -> 1.92)
author Hans-G?nter Theisgen
date Mon Jun 29 15:15:42 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@20604 1 # SliTaz package receipt v2.
pankso@16394 2
pankso@16394 3 PACKAGE="xinput-calibrator"
pankso@16394 4 VERSION="0.7.5"
pankso@16394 5 CATEGORY="x-window"
pankso@16394 6 SHORT_DESC="A generic touchscreen calibration program for X.Org"
al@21020 7 MAINTAINER="devel@slitaz.org"
pankso@16394 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/xinput_calibrator/"
al@20604 10
al@20604 11 TARBALL="xinput_calibrator-$VERSION.tar.gz"
pankso@16394 12 WGET_URL="http://cloud.github.com/downloads/tias/xinput_calibrator/$TARBALL"
pankso@16394 13
al@21078 14 BUILD_DEPENDS="libx11-dev libxext-dev libxi-dev xorgproto"
pankso@16394 15
al@20604 16 compile_rules() {
al@20604 17 ./configure $CONFIGURE_ARGS &&
al@20604 18 fix libtool &&
al@20604 19 make &&
al@20604 20 make install
pankso@16394 21 }
pankso@16394 22
al@20604 23 genpkg_rules() {
al@20604 24 copy @std
al@21078 25 DEPENDS="libx11"
pankso@16394 26 }