Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libevdev/libevdev-1.5.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11343 - (hide annotations) (download)
Tue Dec 19 12:15:22 2017 UTC (6 years, 4 months ago) by niro
File size: 798 byte(s)
-release branches/alx07x-stable
1 niro 10427 # $Id$
2    
3     PNAME="libevdev"
4     PVER="1.5.7"
5     PBUILD="r2"
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     ALX_PKG_KEEP="usr/$(mlibdir)/*so.* usr/bin"
25     sminclude xorg multilib alx-split
26    
27     # testsuit requires to load uinput kernel module and create a /dev/uinput
28     # which is not possible in our systemd-nspawn environment atm
29     msetfeature "!check"
30    
31     SRC_URI=(
32     http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
33     mirror://${PNAME}/${SRCFILE}
34     )
35    
36     UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"