wok-next view xorg-xf86-input-evdev/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents 757d032c55c7
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-input-evdev"
4 VERSION="2.10.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Generic Linux input driver"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7driver.html#xorg-evdev-driver"
11 REPOLOGY="xdrv:evdev"
13 TARBALL="xf86-input-evdev-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
16 # ARM use build system xorg-server-dev or manually install it in sysroot
17 BUILD_DEPENDS_arm="udev-dev"
18 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-xproto xorg-inputproto \
19 xorg-dri3proto eudev-dev libevdev-dev mtdev-dev"
20 SPLIT="xorg-xf86-input-evdev-dev"
22 compile_rules() {
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 *-evdev)
32 copy @std
33 DEPENDS="eudev libevdev mtdev"
34 ;;
35 *-dev)
36 copy @dev
37 ;;
38 esac
39 }