wok-next diff xf86-input-libinput/receipt @ rev 21208
asterisk: added build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 10:21:51 2019 +0100 (2019-12-02) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xf86-input-libinput/receipt Mon Dec 02 10:21:51 2019 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="xf86-input-libinput" 1.7 +VERSION="0.28.1" # 2018-10-14 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="libinput-based X.Org input driver" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://www.x.org/wiki/" 1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-libinput-driver" 1.14 +REPOLOGY="xdrv:libinput" 1.15 + 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 +WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.18 +TARBALL_SHA1="f72f298c23fa993857ff1a9a06754f2f5962b376" 1.19 + 1.20 +BUILD_DEPENDS="util-macros xorg-server-dev libinput-dev mtdev-dev libevdev-dev \ 1.21 +eudev-dev" 1.22 +SPLIT="$PACKAGE-dev" 1.23 + 1.24 +DEPENDS_std="xorg-server eudev libevdev libinput mtdev" 1.25 +DEPENDS_dev="$PACKAGE xorg-server-dev eudev-dev libevdev-dev libinput-dev \ 1.26 +mtdev-dev" 1.27 + 1.28 +compile_rules() { 1.29 + ./configure $CONFIGURE_ARGS && 1.30 + fix libtool && 1.31 + make && 1.32 + make install 1.33 +} 1.34 + 1.35 +TAGS="Xorg" 1.36 + 1.37 +PROVIDE_std="xorg-xf86-input-libinput" 1.38 +PROVIDE_dev="xorg-xf86-input-libinput-dev"