wok-next view xf86-input-evdev/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-evdev"
4 VERSION="2.10.6" # 2018-05-29
5 CATEGORY="x-window"
6 SHORT_DESC="Generic Linux input driver"
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-evdev-driver"
11 REPOLOGY="xdrv:evdev"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="660de292d5a40e2b8f385965c6a4e149c981ba59"
17 BUILD_DEPENDS="util-macros xorg-server-dev xorgproto eudev-dev libevdev-dev \
18 mtdev-dev"
19 SPLIT="$PACKAGE-dev"
21 DEPENDS_std="eudev libevdev mtdev"
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-evdev"
33 PROVIDE_dev="xorg-xf86-input-evdev-dev"