wok-next view xf86-input-libinput/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-libinput"
4 VERSION="0.28.1" # 2018-10-14
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/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-libinput-driver"
11 REPOLOGY="xdrv:libinput"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="f72f298c23fa993857ff1a9a06754f2f5962b376"
17 BUILD_DEPENDS="util-macros xorg-server-dev libinput-dev mtdev-dev libevdev-dev \
18 eudev-dev"
19 SPLIT="$PACKAGE-dev"
21 DEPENDS_std="xorg-server eudev libevdev libinput mtdev"
22 DEPENDS_dev="$PACKAGE xorg-server-dev eudev-dev libevdev-dev libinput-dev \
23 mtdev-dev"
25 compile_rules() {
26 ./configure $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }
32 TAGS="Xorg"
34 PROVIDE_std="xorg-xf86-input-libinput"
35 PROVIDE_dev="xorg-xf86-input-libinput-dev"