Magellan Linux

Contents of /smage/trunk/core/libevdev/libevdev-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13829 - (show annotations) (download)
Mon Nov 25 12:04:52 2019 UTC (4 years, 5 months ago) by niro
File size: 805 byte(s)
auto added: ver bump to 1.8.0-r1
1 # $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 ALX_PKG_KEEP="usr/$(mlibdir)/*so.* usr/bin"
25 sminclude xorg multilib mbuild 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"