wok-next view xf86-input-synaptics/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-synaptics"
4 VERSION="1.9.1" # 2018-05-29
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg input driver for touchpads"
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/x7driver.html#xorg-synaptics-driver"
11 REPOLOGY="xdrv:synaptics"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="07eeef716820105cae959bbc3aa103e2fcfd0084"
17 BUILD_DEPENDS="util-macros xorg-server-dev xorgproto libevdev-dev libxi-dev \
18 libxtst-dev"
19 SPLIT="$PACKAGE-dev"
21 DEPENDS_std="libevdev libx11 libxi libxtst"
23 compile_rules() {
24 ./configure $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 TAGS="Xorg"
32 PROVIDE_std="xorg-xf86-input-synaptics"
33 PROVIDE_dev="xorg-xf86-input-synaptics-dev"