Magellan Linux

Annotation of /trunk/extras/libevdev/libevdev-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33103 - (hide annotations) (download)
Thu Oct 17 20:24:45 2019 UTC (4 years, 6 months ago) by niro
File size: 751 byte(s)
auto added: ver bump to 1.8.0-r1
1 niro 33103 # $Id$
2    
3     PNAME="libevdev"
4     PVER="1.8.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"