wok-next view xorg-xf86-input-libinput/receipt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents ea3c4b76ea5d
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-input-libinput"
4 VERSION="0.25.1"
5 CATEGORY="x-window"
6 SHORT_DESC="libinput-based X.Org input driver"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xf86-input-libinput-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 BUILD_DEPENDS="xorg-server-dev libinput-dev mtdev-dev libevdev-dev"
15 SPLIT="xorg-xf86-input-libinput-dev"
16 PKG_RULE="std-dev"
18 compile_rules() {
19 ./configure \
20 --sysconfdir=/etc \
21 --localstatedir=/var \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 *-libinput)
30 copy @std
31 DEPENDS="xorg-server eudev libevdev libinput mtdev"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="xorg-xf86-input-libinput xorg-server-dev eudev-dev \
36 libevdev-dev libinput-dev mtdev-dev"
37 ;;
38 esac
39 }