Magellan Linux

Contents of /smage/trunk/core/xf86-input-evdev/xf86-input-evdev-2.9.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5697 - (show annotations) (download)
Wed Jul 2 14:01:00 2014 UTC (9 years, 11 months ago) by niro
File size: 371 byte(s)
-fixed missing deps
1 # $Id$
2
3 PNAME="xf86-input-evdev"
4 PVER="2.9.0"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libevdev-1.2
13 == virtual/X-ABI-XINPUT-20"
14
15 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/input/evdev_drv.so"
16 sminclude xorg alx-split
17
18 UP2DATE="updatecmd_xorg ${PNAME}"