wok-next view xinput/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xinput"
4 VERSION="1.6.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Utility to configure and test X input devices"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 TARBALL_SHA1="68367ae6cb4753eeb5fd209afe033d7c4a817748"
16 BUILD_DEPENDS="util-macros libx11-dev libxext-dev libxi-dev xorgproto \
17 libxrandr-dev libxinerama-dev"
18 DEPENDS="libx11 libxi libxinerama libxrandr"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 TAGS="Xorg"
28 PROVIDE="xorg-xinput"