Magellan Linux

Contents of /trunk/extras/libevdev/libevdev-1.2.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21406 - (show annotations) (download)
Fri Jun 20 08:31:54 2014 UTC (10 years, 3 months ago) by niro
File size: 545 byte(s)
-disabled src_check atm
1 # $Id$
2
3 PNAME="libevdev"
4 PVER="1.2.2"
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 sminclude xorg multilib
12
13 DEPEND=">= virtual/glibc"
14 SDEPEND=">= dev-lang/python-2.7
15 >= dev-util/check-0.9"
16
17 SRCFILE="${PNAME}-${PVER}.tar.xz"
18
19 msetfeature "!check" # disabled atm
20
21 SRC_URI=(
22 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"