Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31860 - (hide annotations) (download)
Fri Dec 21 12:42:32 2018 UTC (5 years, 4 months ago) by niro
Original Path: trunk/extras/libevdev/libevdev-1.6.0-r1.smage2
File size: 751 byte(s)
auto added: ver bump to 1.6.0-r1
1 niro 31860 # $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"