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

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents f99935f1778a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-input-evdev"
4 VERSION="2.10.6"
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/svn/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 \
19 xorg-xorgproto 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 }