Magellan Linux

Contents of /branches/R11-unstable/extras/libevdev/libevdev-1.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32682 - (show annotations) (download)
Mon Apr 29 13:24:55 2019 UTC (5 years ago) by niro
File size: 751 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libevdev"
4 PVER="1.6.0"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Wrapper library for evdev devices."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libevdev/"
11
12 DEPEND=">= virtual/glibc"
13 SDEPEND=">= dev-lang/python-2.7"
14
15 if mqueryfeature "check"
16 then
17 # make check needs libcheck
18 SDEPEND+="
19 >= dev-util/check-0.9"
20 fi
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
23
24 sminclude xorg multilib mbuild
25
26 # testsuit requires to load uinput kernel module and create a /dev/uinput
27 # which is not possible in our systemd-nspawn environment atm
28 msetfeature "!check"
29
30 SRC_URI=(
31 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"